"UTF-8";
/* CSS Document */

/*Main
-------------------------------------------------*/
* {
	border:0;
	padding:0;
	margin:0;
	background-color: #303030;
	background-repeat: repeat-x;
}

a:link, a:visited {
	border:none;
	font-family:Arial;
	color: #FFF;
	text-decoration:none;
}

a:hover, a:active {
	color: #CCC;
	text-decoration:underline;
	outline:none;
}

body {
	margin:0;
	background-color: #303030;
	background-image: url(../layout/background.jpg);
	background-repeat: repeat-x;
}

#header h1 {
	text-indent:-9999px;
	width:930px;
	height:112px;
	margin:0 auto;
	background:#000 url(../layout/header.jpg) no-repeat top left;
}

#footer {
	position:relative;
	width:855px;
	height:16px;
	margin:0 auto;
	font-family:Arial;
	font-size: 10px;
	color: #666666;
}

#links {
	outline-style:none;
	width:950px;
	height:50px;
	margin:0px auto;
}

#container p {
	clear:both;
}

/*Content
-------------------------------------------------*/

#container {
	position: relative;
	width:910px;
	height:315px;
	margin:0 auto;
	left: 50px;
	top:25px;
}

.photo {
	width:250px;
	height:250px;
	background-color:#000000;
	float:left;
	margin:10px 10px 10px; 
}
