@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:url(images/bg.jpg);
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
}

a {
	text-decoration:none;
	color:#FFCC00;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:1px solid #FFCC00;
}

a img:hover {
	border:1px dashed #FFCC00;
}

h1 {
	font-size:50px;
}

#header_bg {
	background-color:#000;
	border-bottom:1px solid #666;
	padding:10px;
}

#header {
	width:950px;
	margin:0 auto;
}	

#wrapper {
	width:950px;
	margin:0 auto;
	text-align:center;
	background-color:#333;
	background-repeat:repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-left:15px;
	padding-right:15px;
	overflow:auto;
}

.button {
	background:url(images/button.gif) center no-repeat;
	width:120px;
	height:31px;
	text-align:center;
}

#left {
	width:700px;
	float:left;
}

#right {
	width:200px;
	float:right;
	padding:5px;
}

.promo_site {
	background-color:#666;
	border:1px solid #000;
	margin:0 auto;
	padding:10px;
	clear:both;	
}
.sitecap {
	float:left;
}
.sitedesc {
	padding-left:25px;
	height:225px;
}
.sitedesc a {
	font-size:14px;
	font-weight:bold;
}
.section {
	font-weight:bold;
	width:100%;
	border-bottom:1px solid #fff;
}
.galleries {
	margin:0 auto;
	text-align:center;
}
.galleries img {
	width:150px;
	height:200px;
}
