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

#main {
	background-color:#000000;
	width:900px;
	margin-left: 5%;
}

#menu {
	float:left;
	background-color:#000000;
	padding-left: 30px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	width: 250px;
}

#bodymain {
	background-color:#000000;
	width:618px;
	float:left
}

#body {
	background-color: #CCCCCC;
	width:550px;
	margin-left: 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	padding: 10px;
}
#main #bodymain #body h1 {
	font-family: "Myriad Pro";
	font-size: large;
}

#address {
	padding-top: 10px;
	padding-right: 23px;
}
#main #menu {
	font-family: "Myriad Pro";
	color: #CCCCCC;
}
#main #footer {
	font-family: "Helvetica Neue";
	font-size: small;
	color: #CCCCCC;
	text-align: center;
}
#main #header #address {
	font-family: "Helvetica Neue";
	font-size: x-small;
	text-align: right;
	color: #CCCCCC;
}

#footer {clear:both;background-color:#000000;}

#menutext {
	cursor:pointer;
	width: 250px;
	line-height: 2em;
}

a:link.current {
	color:#CCCCCC;
	font-family: "Myriad Pro";
	text-decoration: none;
}
	
a:link.active {
	color:#FFFFFF;
	font-family: "Myriad Pro";
	text-decoration: none;}
	
a:visited.current {
	color:#FFFFFF;
	font-family: "Myriad Pro";
	text-decoration: none;}
	
a:hover.current {
	cursor:pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FF9900;
	color: #000000;
	padding-right:25%;
	font-weight: bold;
}

#bullet {
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#columnleft {width:275px; float:left}

#columnright {width:275px; float:left}

#column01 {width:183px; float:left}

#column02 {width:183px; float:left}

#column03 {width:183px; float:left}

#footerspace {
	width:900px;
	height:22px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
}

#header {
	width:900px;
	height:105px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}

#footer {
	height:15px;
}
