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

@import "style.css";

body {
	margin:0px;
	padding:0px;
	background: #ededed url(../images/background2.jpg);
}

#window {
	width:100%;
}

#page_bg {
	width:772px;
	margin:0 auto;
	padding:0px;
	background:#ededed url(../images/topbg_shadow.jpg) repeat-y center;
}

#page {
	width:760px;
	margin:0 auto;
	padding:0px 6px;
	background: url(../images/topbg.jpg) no-repeat top; 
}

#page_footer {
	width:772px;
	height:8px;
	margin:0 auto;
	padding:0px;
	background: url(../images/topbg_footer.jpg) no-repeat bottom;
}

#header {
	height:120px;
	width:760px;
}

#login_link {
	float:right;
	padding-right:10px;
}

#login_link a {
	color:#996600;
	padding:2px 5px;
	font-size:12px;
	text-decoration:none;
}

#menu {	
	height:21px;
	width:760px;
	background: url(../images/menu_bg.jpg) repeat-x;
	vertical-align:top;
	padding-top:5px;
}

#menu ul {
	padding:0px;
	margin:0px;
	
}

#menu li {
	padding:0px;
	display:inline;
	border-right:solid 1px #cccccc;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	color:#996600;
	padding:2px 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#666666;
}

#leftMenu ul {
	padding:0px;
	padding-top:4px;
	
}

#leftMenu li {
	padding:0px;
	display:inline;
	border-right:solid 1px #cccccc;
}

#leftMenu ul li a, #leftMenu ul li a:link, #leftMenu ul li a:visited, #leftMenu ul li a:active {
	color:#996600;
	padding:2px 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#leftMenu ul li a:hover {
	color:#666666;
}

#stripe_bg {
	background: url(../images/background.jpg) repeat-x top;
}

#content {
	width:760px;
	border:0px none #000000;
}

#content #c_left {
	width:150px;
	vertical-align:top;
	text-align:left;
	border-right:solid 1px #996600;
}

#content #c_right {
	padding:5px 20px;	
	vertical-align:top;
	text-align:left;
}

#shadow_grad {
	background: url(../images/topbg_shadow_grad.jpg) no-repeat 0px 149px;
}

#gradientbg {
	background: url(../images/bg_grad.jpg) repeat-x 0px 149px;
}