/* basic style sheet for Ooh Shemo */
/* green = 497469*/
/* purple = AC7DA6*/
/* yellow = FFDC65*/

body{
	margin-top: 3px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	clear: both;
	background-image: url(images/main/wrap.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #497469;
}

.titlelarge1, .titlelarge2, .titlelarge3{
	font-size: 24px;}

.titlesmall1, .titlesmall2, .titlesmall3{
	font-size: 18px;}

.small1, .small2, .small3{
	font-size: 14px;}

/*green*/
.titlelarge1, .titlesmall1, .small1{
	color: #497469;}

/*purple*/
.titlelarge2, .titlesmall2, .small2{
	color: #AC7DA6;}

/*yellow*/
.titlelarge3, .titlesmall3, .small3{
	color: #FFDC65;}

a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #AC7DA6;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;}

.side_title{
	color: #FFF;
	font-family: Trebuchet MS, arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	background-image: url(images/main/side_bg.gif);
	background-repeat: no-repeat;
	line-height: 24px;
}

ul {
	list-style: circle; 
	margin: 0px 0px 0px 10px; 
	padding: 0; 
}

ul li{
	padding: 0; 
	margin: 3px 0 3px 10px;
}
