	@charset "utf-8";
.container {
	text-align: center;
}
.marginauto {
	text-align: left;
	width: 757px;
	margin: 0 auto;
	padding: 0px;
	border: none;
}
#header {
	background-image: url(../img/content_top2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 140px;
	width: 757px;
	float: left;
}
#maincontent {
background-image: url(../img/maincontent_bg.png);
background-repeat: repeat-y;
background-position: right;
float: left;
width: 757px;
}

#bottom {
	width: 757px;
	float: left;
	background-image: url(../img/bottom2.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 0px 0px 0px;
	height:47px;
	text-indent:25px;
}


body {
font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: left;
color: #000000;
background-image: url(../img/bg.gif);
}


p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
td, tr {
	font-size: 11px;
} 
ul {
	padding: 10px 18px;
	margin: 0px;
}
input,select {
	font-size: 11px;
}
a:link, a:visited {
color: #800080;
font-weight:bold;
text-decoration:none;
}
a:hover {
text-decoration:underline;}

#footer {
	width: 750px;
	text-align:center;
}


/* NAVIGATION/MENU SETTINGS */


.separator
{
	background-image: url(../img/separator.png);
	background-repeat: repeat-x;
	position:relative;
}


#soria {
	
	width: 350px;
	text-align:center;
	float: right;
	padding-right: 10px;
}
#leftcontent {
	
	width: 305px;
	text-align:left;
	float: left;
	padding-left: 30px;
}

