@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bgshort.png);
	background-color:#C8CCE7;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
}
.style3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
}
a:link {
	color: #660033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #660033;
}

#content {
	background-image: url(images/content_bg-p.png);
	background-repeat: repeat-y;
	background-position: right;
	/*margin-left: 100px;
	padding-right:5px;
	height:2000px;
	width: 832px;*/
	height: 100%;
	

}

.tab {
	float: left;
	width: 80px;
	padding-left: 27px;
}

.right_content {
	float: left; 
	width: 550px; 
	text-align:left; 
	background-color: #ffccff; 
	font-size: 95%;
	}

.bottom {
	padding-left: 92px;
}

.big
{
	font-size: 150%;
}

h3{
	color: #303;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 150%;
	}
.text_right
	{
	text-align: right;
	}