"UTF-8";
/* CSS Document */

/*Main
-------------------------------------------------*/
* {
	border:none;
	padding:0;
	margin:0;
	background-color: #303030;
	background-repeat: repeat-x;
	font-color: #999999;
}

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;
}

#container p {
	clear:both;
}

#container {  
	position:relative;
	width:900px;
	height:300px;
	margin:15px auto;
}

#textbody {
	position:relative;
	width:900px;
	height: auto;
	margin:25px auto;
	font-size: 18px;
}

#other {
	position:relative;
	width:900px;
	height: 100px;
	margin:0px 10px auto;
}

/*Menu
-------------------------------------------------*/

#links {
	width:950px;
	height:50px;
	margin:0 auto;
}


/*Content
-------------------------------------------------*/

.photo {
	width:900px;
	height:auto;
	margin:0 auto; 
}

.link {
	width:200px;
	height:100px;
	margin:10px 10px auto;
	float:left;
	
}
