a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #555555;
}
html {
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	font-size: 14px;
	background: #eee;
	margin: 0;
}
img {
	border: 0;
}
h1 {
	text-shadow: 2px 2px #000;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	text-shadow: 1px 2px #999;
}
h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #770000;
	text-shadow: 1px 1px #999;
}
h4 {
	text-align: center;
	font: 18px tahoma;
}
/* ---HEADER--- */
#header {
	position: relative;
	width: 100%;
	margin: auto;
	height: 220px;
	background: #770000;
	color: #ffffff;
	border-bottom: solid 1px #222;
	box-shadow: 0px 3px 10px #222;
}
.logo {
	float: left;
	margin-left: .5%;
	width: 24%;
}
.logo img {
	width: 100%;
}
.tag {
	float: left;
	width: 49.5%;
	margin-top: 20px;
	\\margin-left: 25%;
	text-align: center;
}
/* ---WRAPPER--- */
#wrapper {
	position: relative;
	top: 40px;
	width: 100%;
	min-height: 600px;
	height: auto;
	color: #555555;
}
/* ---NAVIGATION--- */
#nav {
	top: 40px;
	float: left;
	width: 20%;
	height: 500px;
	\\padding-left: 4%;
	\\border: 1px solid blue;
}
.list {
	list-style: none;
	margin-left: 0;
}
.list li {
	\\height: 25px;
	height: auto;
	width: 75%;
	padding-left: 10px;
	margin: 5px;
	border: 1px solid #555;
	border-radius: 5px;
	box-shadow: 0px 3px 8px #222;
}
.list li:hover {
	background: #bbbbbb;
}
.active {
	background: #770000;
	color: #ffffff;
}
.sub_list1, .sub_list2, .sub_list3 {
	display: none;
	list-style: none;
}
.sub_list1 li {
	height: 15px;
	border: none;
	border-radius: none;
	box-shadow: none;
}
/* --- MAIN --- */
#main {
	float: left;
	width: 59.5%;
	min-height: 600px;
	height: auto;
	background: #fff;
	border: solid 1px #999;
	\\border-radius: 10px;
	box-shadow: 0px 3px 10px #222;
}
.intro {
	height: auto;
	padding: 20px;
	text-align: justify;
}
.review {
	height: 300px;
}
/* --- ADS --- */
#ads {
	top: 40px;
	float: left;
	width: 20%;
	height: auto;
	min-height: 500px;
	text-align: center;
}
#ads iframe {
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0px 3px 10px #222;
}
/* ---FOOTER--- */
#footer {
	clear: both;
	position: relative;
	top: 80px;
	width: 100%;
	height: 100px;
	color: #555555;
	border-top: solid 1px #777;
	box-shadow: 0px -3px 10px #777;
}
.top {
	position: relative;
	width: 75%;
	margin: auto;
	font-size: 13px;
	z-index: 0;
}
.bottom {
	clear: both;
	position: relative;
	\\top: 100px;
	width: 75%;
	margin: auto;
	font-size: 11px;
}
.b_left {
	float: left;
	width: 50%;
}
.b_right {
	text-align: right;
}