* {
	margin: 0px;
}
#header {
	width: 600px;
	margin: auto;
	background-attachment: scroll;
	background-image: url(../image/layout/plain_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 80px;
	text-align: right;
}
#wrapper1 {
	width: 618px;
	margin: auto;
	background-image: url(../image/layout/nav_side_bg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}
#wrapper1 #wrapper2 {
	margin: auto;
	width: 598px;
	height: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #FFF;
}
#wrapper1 #navigation {
	margin: auto;
	width: 600px;
	height: 25px;
	background-image: url(../image/layout/nav_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper1 #wrapper3 {
	width: 598px;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(../image/layout/nav_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#wrapper1 #wrapper2 {
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
}

#wrapper1 #wrapper3 #content {
	width: 579px;
	float: left;
	padding: 10px;
}
#wrapper1 #wrapper3 #sidebar {
	width: 176px;
	float: right;
	padding: 10px;
}
#wrapper1 #wrapper3 #footer {
	clear: both;
	background-image: url(../image/layout/footer_bg.png);
	height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	padding-top: 3px;
	color: #666;
}
#wrapper1 #navigation a {
	display: block;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 5px;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	background-image: url(../image/layout/nav_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F00;
}
#wrapper1 #navigation a:hover {
	display: block;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 5px;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	background-image: url(../image/layout/nav_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#wrapper1 #wrapper3 #content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}
#wrapper1 #wrapper3 #content a {
	color: #000;
	text-decoration: none;
}
#wrapper1 #wrapper3 #content a:hover {
	color: #F00;
	text-decoration: underline;
}
#wrapper1 #wrapper3 #sidebar a {
	color: #000;
	text-decoration: none;
}
#wrapper1 #wrapper3 #sidebar a:hover {
	color: #F00;
	text-decoration: underline;
}
#wrapper1 #wrapper3 #footer a {
	color: #000;
	text-decoration: none;
}
#wrapper1 #wrapper3 #footer a:hover {
	color: #F00;
	text-decoration: underline;
}
#wrapper1 #wrapper2 a {
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	color: #000;
}
#wrapper1 #wrapper2 a:hover {
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	color: #F00;
}
