/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	align: center;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica;
	font-size: 75%;
	color: #190000;
	background-image:url(images/01_bg.jpg);
	background-color:#0F0000;
	background-repeat: repeat-x;
}

#body{
text-align: center;
height: 100%;
width: auto;
}

#container{
	width: 889px;
	height: 377px;
	align: center;
	color: #000000;
	position: relative;
	top: 50%;
	margin: 0;
	padding: 15% 0 15% 0;
	}
	
#pagescontainer{
	width: 754px;
	height: auto;
	align: center;
	color: #000000;
	position: relative;
	margin: 0;
	padding: 25px;
	top: 5%;
	background-color: #000000;
}

#nav{
	width: auto;
	height: 60px;
	text-align: center;
	color: #000000;
	position: relative;
	margin: 0;
}

.links{
width: auto;
height: 30px;
position: relative;
display:inline;
padding: 2% 3% 2% 3%;
}

#content{
width: auto;
height: 520px;
background-color: #190000;
text-align: left;
clear: both;
}

#contentrose{
width: auto;
height: 700px;
background-color: #190000;
text-align: left;
clear: both;
}

#centercontent {
position: relative;
top:10px;
background: transparent;
margin-right: 0px 15% 4px 4px;
height:100%;
padding: 0px 4px 4px 4px;
}

#colLeft
{
width: 47%;
float: left;
}

#colRight
{
width: 51%;
float:right;
} 

.texttitle{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 25px;
	font-style: bold;
	line-height: 25px;
	font-weight: normal;
}

.textsubtitle{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 17px;
	font-style: bold;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}

.textsubtitle:hover{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 17px;
	font-style: bold;
	line-height: 17px;
	font-weight: normal;
	text-decoration: underline;
}

.text{
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

.textcopyright{
	padding: 10px;
	float: center;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	width: 500px;
}

#picture{
float: right; 
width: 500px;
margin: 0px 10px 0px 0px;
padding: 0px;
}


.images{
margin: 0px;
padding: 0px;
}

#footer{
border-top: 1px solid #330000;
margin: 0px;
padding: 10px 0px;
background-color:#000000;
width: 754px;
height: 40px;
}

.textfooter{
	padding: 30px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

