* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	color: #313131;
	font-size: 12px
}

img {
    border:0px none;
}ul {
	list-style-type: none;
}
a {
	color: #1b5790;
	text-decoration: underline;
}
a:hover {
	color: #e85d64;
}
a:focus {
    outline: 0;
}

#wrap {
	width: 608px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 350px;
}
#header {
	text-align: left;
	height: 92px;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #1b5790;
	letter-spacing: -1px;
	padding-top: 24px;
}
.desc {
	font-weight: bold;
	margin-top: 4px;
}
#maincontent {
	background-color: #FFFFFF;
	background-image: url('images/mainbg.gif');
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px; 
}
#maincontent h2 {
	font-size: 24px;
	line-height: 24px;
	color: #e85d64;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px ;
}
#maincontent p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#side {	
	background-position: left top;
	float: right;
	width: 254px;
	padding-top: 25px
}
#sidecontent {
	background-color: #FFFFFF;
	background-image: url('images/sidebg.gif');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left; background-position-y:50%
}
#sidecontent h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #313131;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidecontent ul {
	margin-left: 20px;
}
#sidecontent ul li {
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}
#sidecontent ul li a {
	text-decoration: none;
}
#footer {
	clear: both;
	margin-top: 20px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}
code {
	border-right:1px solid #F0F0F0; border-top:1px solid #F0F0F0; border-bottom:1px solid #F0F0F0; background:url('images/bgcode.gif'); border-left:6px solid #39F; color: #555;
	display: block;
	margin-bottom: 12px;
	white-space: pre; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}
sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}
sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
li {
	border-bottom: 1px solid #EFF0F1;
	background: url('../images/go.gif') no-repeat 5px 5px;	
	margin: 0 2px; padding-left:25px; padding-right:0; padding-top:2px; padding-bottom:2px	
}
h1 {
	margin-top: 10px;
	color: #555;
	background: #EEF0F1 url('../images/headerbg.gif') repeat-x left bottom;	
	border: 1px solid #EFF0F1; font-style:normal; font-variant:normal; font-weight:bold; font-size:1.1em; font-family:Verdana, Trebuchet MS, Sans-serif; padding-left:10px; padding-right:0; padding-top:5px; padding-bottom:5px
}


