/* css reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,
	/*dl, dt, dd,*/ ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

#main-content h1 {
	padding: 15px 0;
	border-bottom: 1px #929292 solid;
	margin-bottom: 20px;
}

#main-content h2 {
	margin-top: 30px;
}

body {
	background-image: url("../images/background/bg.png");
	background-repeat: repeat;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #252525;
	text-align: center;
}

#slcontainer {
	margin: 0 auto;
	min-height: 100%;
	width: 960px;
}

img.separator-bar {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header{
	text-align: center;
	margin: 0 auto;
}

div#header {
	margin: 0 auto;
	text-align: center;
	/*width: 400px;*/
}

#main-top {
	margin-top: 13px;
}

#main-content {
	border-left: 1px solid #d0d1ce;
	border-right: 1px solid #d0d1ce;
	background-color: #ffffff;
	background: white url(../images/background/contentarea_bg.png) repeat-x
		scroll 0 0;
	padding: 20px;
	text-align: left;
}

#main-content a{
	color:#353535;
	text-decoration:none;
	border-bottom: 1px #353535 solid;
	padding-bottom: 2px;
}

#main-content a:hover {
	color:#353535;
	border-bottom: 3px #ff0000 solid;
}

div#logout-button {
	float: right;
	margin-top: -40px;

	padding-right: 5px;
	padding-left: 5px;
	width: 130px;
}

ul#logout {
	float: right;
}

ul#logout li img {
	padding-bottom: 0px;
}

ul#logout li {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

h3 {
	margin-top: 8px;
	margin-bottom: 8px;
}
