@charset "utf-8";
/* CSS Document */
* {margin: 0px; padding: 0px;}
html{height: 100%;}
body {
	background: #f9f9f9 url(images/bg-2.gif) repeat-y top center;
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%; width: 100%;
}
/* Text */
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6,#container p, #container li, #container td, #container th {
padding: 5px 0px 15px 0px; margin: 0px 10px 0px 10px;
}
h1 {font-size: 28px; color: #7dd4d5;}
h2 {font-size: 24px; color: #a3d980;}
h3 {font-size: 22px; color: #dd96b7;}
h4 {font-size: 20px; color: #d9ae80;}
h5 {font-size: 18px; color: #a48f7d;}
h6 {font-size: 16px; color: #8080C0;}
p {font-size: 12px; text-indent: 20px; color: #07002F;}
#side p {text-indent: 0px;}
em {color: #dd96b7;}
strong {color: #a3d980;}
#content a:link, #side a:link {color: #7dd4d5; text-decoration: none;}
#content a:hover, #side a:hover {color: #7dd4d5; text-decoration: underline;}
#content a:visited, #side a:visited {color: #8080C0; text-decoration: none;}
img {border: 0px;}
hr {width: 25%; color: #a3d980;}
/* General */
#wrapper {
	width: 1000px; height: 100%;
	margin: 0px auto;
}
#container {
	width: 970px; min-height: 50%;
	margin: 0 auto;
	position: relative;
	background: url(images/content-bg.png) repeat-y;
}
#top {
	width: 970px; height: 34px;
	margin: 0 auto;
	background: url(images/content-top.png) no-repeat;
}
#bot {
	width: 970px; height: 38px;
	margin: 0 auto; clear: both;
	background: url(images/content-bot.png) no-repeat;
}
#header {
	width: 952px;
	margin: 5px auto 0px auto;
}
#navbar {
	width: 947px;
	margin: 5px auto 0px auto;
}
#clear {
	clear: both;
}
/* Content */
#content {
	width: 550px;
	margin-left: 350px; margin-right: 20px;
}
/* Sidebars */
#side {
	width: 300px;
	float: left; margin-left: 30px;
}
.box {
	width: 100%; margin-bottom: 5px;
}
#s-g-t {width: 100%; height: 30px; background: url(images/s-g-t.gif) no-repeat;}
#s-g-m {width: 100%; background: url(images/s-g-m.gif) repeat-y;}
#s-g-b {width: 100%; height: 30px; background: url(images/s-g-b.gif) no-repeat;}
#s-b-t {width: 100%; height: 30px; background: url(images/s-b-t.gif) no-repeat;}
#s-b-m {width: 100%; background: url(images/s-b-m.gif) repeat-y;}
#s-b-b {width: 100%; height: 30px; background: url(images/s-b-b.gif) no-repeat;}
#s-r-t {width: 100%; height: 30px; background: url(images/s-r-t.gif) no-repeat;}
#s-r-m {width: 100%; background: url(images/s-r-m.gif) repeat-y;}
#s-r-b {width: 100%; height: 30px; background: url(images/s-r-b.gif) no-repeat;}
#s-p-t {width: 100%; height: 30px; background: url(images/s-p-t.gif) no-repeat;}
#s-p-m {width: 100%; background: url(images/s-p-m.gif) repeat-y;}
#s-p-b {width: 100%; height: 30px; background: url(images/s-p-b.gif) no-repeat;}