body {
	background-color: #6e9f9d;
	background-image: url(img/header/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	text-align:left;	
	vertical-align:top;
}

a:link, a:visited, a:active{
	text-decoration:none;
	color: #eb0052;
}

a:hover{
	text-decoration:underline;
	color: #eb0052;
}

.text1 h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #eb0052;
	text-align:left;
	font-weight:normal;
	margin:1px 0px 0px 0px;
}

.img{
	border:#ffffff 3px solid; margin-right:5px; margin-bottom:5px;
}
#maincontent{
	float:left;
	margin-left:10px;
	width:625px;
}
#sidebar{
	float:right;
	width:195px;
	border-left:#89B2AE 1px solid;
}
