/* A Free Design by Bryant Smith (bryantsmith.com) */


body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #061C37;
	background: #25060B url(images/background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;
}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 670px;
}

.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:30px;
font-size:24px;
margin-left:-10px;
width:121px;
height: 35px;
line-height: 35px;
float:left;
color:#FFFFFF;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}


.topNaviagationLink a
{
text-decoration:none;
color:#FFFFFF;
margin-bottom:0px;
border-bottom:dashed 1px;
}

.topNaviagationLink a:hover
{
text-align:center;
color:#FFFFFF;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background-image:url(images/tab.png);
border-bottom:none;
}

#mainPicture
{
clear:both;
width:670px;
height:345px;
background-color:#160306;
}

#mainPicture .picture
{
position:relative;
width:650px;
height:325px;
top:10px;
margin-left:10px;
background-image:url(images/logoweb.jpg);
background-repeat:no-repeat;
}


.contentBox
{
margin-top:10px;
width:670px;
height:auto;
background-color:#160306;
padding-bottom:20px;
}

.contentBox .innerBox
{
margin-left:10px;
position:relative;
width:650px;
height:auto;
top:10px;
background-image:url(images/contentBack.png);
background-color:#FFFFFF;
background-repeat:repeat-x;
}


.contentText
{
font-size:13px;
line-height:13px;
margin-left:13px;
margin-right:13px;
}



a
{
color:#C87002;
text-decoration:none;
}

a:hover
{
color:#793C06
text-decoration:none;
border-bottom:dotted 2px;
}
a:visited
{
color:#793C06;

}




html, body {
text-align: center;
}
p {text-align: left;}


