/* CSS Document */
body {
	background-color:#E0DFCF;
	background-repeat:repeat;
	background-image:url(../imgs/background.gif);
	margin:0px;
}

body, td{
	font-family: arial,sans-serif;
	color:#525252;
	font-size:0.78em;	
} 

#page {
	width:900;
	background:#FFFFFF none repeat scroll 0%;
}

p {
	font-size:100%;
}

h1{
	font-size:250%;
	margin:0px 0px 0px 20px;
	color:#63247A;
} 

h2{
	font-size:170%;
	margin:0px;
	color:#444444;
} 

h3{
	font-size:120%;
	margin:17px 0px 0px 10px;
} 

h4 {
	font-size:110%;
}

a{
	font-size:100%;
	color:#7F7858;
	font-weight:bold;
}

a:hover {
	color: #BEBDBA;
	text-decoration:underline;
}

ul {
	margin:0px;
	list-style:none;
	padding-left:16px;
}

ul a{
	color:#7F7858;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
}

#header {
	
	height:auto;
	
	
}

#header-l {
	float:left;
	/*background-image:url(../imgs/header-l.jpg);*/
	width:18px;
	height:25px;
	
}

#header-r {
	float:right;
	/*background-image:url(../imgs/header-r.jpg);*/
	width:18px;
	height:25px;
	
}

#content {
	background-color:#FFFFFF;
	/*border-top:2px solid #63247A;*/
	padding-top:20px;
	padding-bottom:60px;
}

#menu-left {
	
}

#menu-left h3{
	color:#63247A;
	font-size:100%;
	border-bottom:1px solid #63247A;
}

#menu-left li{
	padding: 1px 0px;
}


.right {
background:url(../imgs/col-divider.png) repeat-y scroll 0pt;
padding-left:20px;
padding-right:15px;
width:82%;
}


#footer {
	background-color:#1C2B42;
	background-image:url(../imgs/bottom-bg.jpg);
	height:50px;
	background-repeat:repeat-x;
}


#footer-l {
	float:left;
	/*background-image:url(../imgs/footer-l.jpg);*/
	width:18px;
	height:52px;
	
}

#footer-r {
	float:right;
	/*background-image:url(../imgs/footer-r.jpg);*/
	width:18px;
	height:52px;
	
}

#footer a {
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}

#footer a:hover {
	color: #0A2C45;
	text-decoration:underline;
}


.adsense-1 {
	border-bottom:1px solid #DDDDDD;
	margin:0px 0px 23px 0px;
	padding:0px 0px 8px 0px;
}

.adsense-2 {
	text-align:left;
	padding:22px 0px 0px 18px;
}

.adsense-3 {
	padding:20px 0px 5px 11px;
}


