body {
	margin: 0px;
	padding: 0px;
	background-color: #333239;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #444;
}

h1 {
	font-size: 14px;
	color: #336699;
}

h2 {
	color: #cc9966;
	font-size: 12px;
}

hr {
	border-bottom: 1px dotted #333239;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-top: 5px;
}

img {
	border: 0px;
}

a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #cc9966;
	text-decoration: underline;
}

input {
	font-size: 10px;
}

#top_bar {
	background-image: url('../images/top_bar.png');
	background-repeat: repeat;
	/*
	background-color: #336699;
	*/
	height: 25px;
}
#top_bar > .inner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	text-align: right;
}
#top_bar > .inner a {
	color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}
#top_bar_shadow {
	height: 10px;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
	background: transparent url('../images/shadow_down.png') repeat-x;
}

#title {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	height: 180px;
	background-image: url('../images/title.jpg');
	background-repeat: no-repeat;
}

#navigation {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	top: 145px;
	position: relative;
}
#navigation ul {
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;
}
#navigation li {
	float: left;
	background: url("../images/tab_left.png") no-repeat left top;
	margin: 0;
	padding: 0 1px 0 7px;
}
#navigation a {
	float: left;
	display: block;
	background: url("../images/tab_right.png") no-repeat right top;
	padding: 7px 14px 6px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation a:hover {
	color:#ccc;
	text-decoration: underline;
}
#navigation #current {
	/*background-image:url("left_on.gif");*/
}
#navigation #current a, #navigation #current a:hover {
	/*background-image:url("right_on.gif");*/
	color:#ccc;
	/*padding-bottom:5px;*/
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#content > .inner {
	padding: 10px;
}

#content > .inner > .c1 {
	float: left;
	width: 560px;
	margin-right: 20px;
}
#content > .inner > .c2 {
	float: left;
	width: 20px;
}

#content_footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/content_footer.png');
	background-repeat: no-repeat;
	height: 16px;
}

#copyright {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 35px;
	text-align: center;
	color: #777;
}

.panel_right {
	width: 200px;
	/*margin-bottom: 15px;*/
}
.panel_right > .header {
	height: 20px;
	line-height: 20px;
	padding: 3px;
	/*background-color: #336699;*/
	color: #fff;
	font-weight: bold;
	
	background-image: url('../images/top_bar_bg.png');
	background-repeat: repeat;
}
.panel_right > .content {
	/*background-color: #dee4e9;*/
	background-image: url('../images/panel_right_bg.png');
	background-repeat: repeat-y;
	padding: 6px 3px 6px 3px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
}
.panel_right img {
	border: 1px solid #336699;
}

#clients th, #clients td {
	text-align: left;
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px dotted #336699;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
