@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
}

a {
	outline:none;
}


#site {
	width:1000px;
	height:700px;
	margin:0 auto;
	background-image:url(../img/bg_content.jpg);
	text-align:center;
}

#sitehome {
	width:1000px;
	height:700px;
	margin:0 auto;
	background-image:url(../img/bg_main.jpg);
	text-align:center;
}

#logo {
	position:relative;
	top:0px;
	width:229px;
	height:75px;
	margin:auto;
	text-align:center;
}

#logohome {
	position:relative;
	top:50px;
	width:229px;
	height:75px;
	margin:auto;
	text-align:center;
}

#links {
	margin:auto; 
	width:1000px;	
}

#photos {
	margin-left:70px;
	margin-top:154px;
	width:415px;
	height:417px;
	float:left;
}

#videos {
	margin-right:70px;
	margin-top:154px;
	width:415px;
	height:417px;
	float:right;	
}

#navigation {
	width:1000px;
	height:26px;
	padding-top:15px;
	margin:0 auto;
	text-align:center;
	float:left;
}

#navigationhome {
	width:1000px;
	height:30px;
	padding-top:0px;
	margin:0 auto;
	text-align:center;
	float:left;
}

span.copyright {
	font: normal 10px Tahoma, Veradana, Arial, Geneva;
	color: #333;
}

span.copyright a {
	font: normal 10px Tahoma, Veradana, Arial, Geneva;
	color: #333;
	text-decoration:none;
}


span.copyright a:hover {
	font: normal 10px Tahoma, Veradana, Arial, Geneva;
	color: #333;
	text-decoration:underline;
}


#flash {
	margin-top:10px;
}

#aboutphoto {
	background:url(../img/photo_about.png);
	width:405px;
	height:421px;
	float:right;
	margin-top:133px;
	margin-right:150px;
}

#abouttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:left;
	float:left;
	margin-top: 138px;
	line-height:21px;
	margin-left:150px;
	
}

#abouttext a {
	color:#999;
	text-decoration:none;
	
}

#abouttext a:hover {
	color:#999;
	text-decoration:underline;
	
}

#contacttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:left;
	float:left;
	margin-top: 138px;
	line-height:16px;
	margin-left:100px;
	width:180px;
	
}

#katad {
	
	font-size:12px;
	
	
}

#legal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:left;
	float:right;
	margin-top: 138px;
	line-height:16px;
	margin-right:100px;
	width:600px;
	
}

#contacttext a {
	color:#999;
	text-decoration:none;
	
}

#contacttext a:hover {
	color:#999;
	text-decoration:underline;
	
}


