* {
	padding: 0;
	margin: 0;
}

body {
 font-family: Myriad, Arial, Helvetica, sans-serif;
 font-size: 13px;
 
}

hr {
height:1px; background:#ccc; noshade}

#wrapper { 
 margin-left: 5px;
 width: 1022px;
}
#header {
 width: 1020px;
 float: left;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #000000;
}
#navigation {
 float: left;
 width: 1020px;
 margin: 0px 0px 15px 0px;
 background: #000000;
}

.menu1 {padding:0 0 0 5px; margin:0; list-style:none; height:30px; background:url(imgs/nav/background_hem.gif); position:relative; border:1px solid #000; border-width:0px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float: left; height:30px; line-height:30px; color:#fff; text-decoration:none; font-size:12px; font-family: century gothic, arial, sans-serif; font-weight: normal; text-align: center; padding:0 0 0 20px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 20px 0 4px;}
.menu1 li.current a {color:#FF00FF;	background:url(imgs/nav/button3.gif);}
.menu1 li.current a b {background:url(imgs/nav/button3.gif) no-repeat right top;}
.menu1 li a:hover {color: #FF00FF;; font-weight: bold; background:#000 url(imgs/nav/button2.gif);}
.menu1 li a:hover b {color: #FF00FF; font-weight: bold; background:url(imgs/nav/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color: #FF00FF; font-weight: bold; cursor:default;}
.menu1 li.current a:hover b {color: #FF00FF;font-weight: bold;
}





#leftcolumn {
	background-image:url(imgs/grey.gif);
	background-repeat: repeat;
	margin: 0px 5px 0px 0px;
	padding: 10px;
	height: auto;
	width: 175px;
	float: left;
	
 
}


#centercolumn {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: auto;
	width: 600px;
	float: left;
}	

#rightcolumn {
	background-image:url(imgs/pink.gif);
	background-repeat: repeat;
	border-right: 1px solid #ccc;
	margin: 0px 0px 0px 5px;
	padding: 7px;
	height: auto;
	width: 169px;
	float: right;

	
	
}

#footer {
	width: 1020px;
	clear: both;
	height:auto;
	color: #666666;
	background: #FFFFFF;
	margin: 10px 0px 10px 0px;
	padding: 30px 0px 10px 0px;
	text-align:center;
	font-size:12px;
}
