@charset "utf-8";
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}
a:link, a:visited {
	color: #C1CD21;
	text-decoration: none;
}
a:hover {
	color: #C1CD23;
	text-decoration: underline;
}




#Header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/* CSS Document */

#Wrapper {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
}


#SidebarLeft {
	width: 150px;
	float: left;
	text-align: center;
	height: 200px;
	border: 1px dashed #CCCCCC;
}
#Content {
	text-align: left;
	height: 245px;
	width: 298px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #C3CC23;
	padding-top: 30px;
}
#Menu {
	color: #F38F1D;
	list-style-type: none;
	text-align: center;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #C1CD25;
	margin-left: auto;
	font-size: 0.825em;
	margin-right: auto;
	width: 490px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#SidebarRight {
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#Footer {
	height: 32px;
	width: 500px;
	font-size: 0.675em;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	padding: 0px;
}

