body {
	margin:0px;
	background:url(images/background.jpg) repeat-x #EAF0F1;
	font-family:"trebuchet MS";
	font-size:11px;
	color:#222222;
}
td,tr {
	vertical-align:top;
}
a:link, a:visited {
	color:#FF7A7A;
	text-decoration:none;
}
a:hover, a:active {
	color:#222222;
	text-decoration:underline;
	cursor:default;
}
#wrapper {
	width:900px;
	float:none;
	position:relative;
	left:30px;
}
#header {
	width:900px;
}
#wrapper .sidebar {
	width:200px;
	float:left;
	position:relative;
	left:100px;
	top:15px;
	border:#CCCCCC 1px solid;
	padding:3px;
}
.the_sidebar {
	width:199px;
	background:url(images/sidebar.gif) no-repeat #E1EBED;
	padding:1px;
	margin-bottom:10px;
	text-align:justify;
}
.the_content {
	width:499px;
	background:url(images/content.gif) no-repeat #E1EBED;
	padding:1px;
	margin-bottom:10px;
}
#wrapper .content {
	width:500px;
	float:right;
	position:relative;
	right:50px;
	top:15px;
	border:#CCCCCC 1px solid;
	padding:3px;
}
h1 {
	width:200px;
	background:url(images/bgtitle.gif) no-repeat;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	color:#FF7A7A;
	line-height:30px;
	padding:0px;
	margin:0px;
}
h2 {
	width:500px;
	background:url(images/bgtitle.gif) no-repeat;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	color:#FF7A7A;
	line-height:30px;
	padding:0px; padding-left:3px;
	margin:0px;
}
h3 {
	color:#222222;
	border-bottom:#FF7A7A 2px solid;
	font-size:10px;
	margin:0px; margin-bottom:5px;
	padding:0px;
}
ul {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
li {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
li a{
	text-transform:uppercase;
}
li a:hover {
	text-transform:capitalize;
	cursor:default;
	background:#EAF0F1;
}
b,strong {

}
p {
	margin:0px; margin-bottom:10px;
	padding:0px;
}
.img {
	background:#FFFFFF;
	border:#FF7A7A 1px solid;
	padding:2px;
	margin:1px;
}
.img a:hover {
	background:#FFFFFF;
	border:#000000 1px solid;
	padding:2px;
	margin:1px;
}