﻿*{margin:0px;padding:0px;}

body{
	text-align:center;
	background-color: #000000;
}

h1{
	text-align: center;
  	font: 26px "Times new roman", sans-serif;
  	font-style: italic;
  	font-weight: normal;
	color: #DFB575;
	margin: 0 100px 0 0;
	text-decoration:none;
	line-height: 28px;
}

h1 a:link{
	text-decoration: none;
	color: #DFB575;
}

h1 a:visited{
	text-decoration: none;
	color: #DFB575;
}


h2{
	font-family: "Times new roman", sans-serif;
;
	font-size: 18px;
	font-style: italic;
	color: #7F0700;
	padding: 10px 0 0 10px;
	font-weight: normal;
}

h2 a:link{
	text-decoration: none;
	font-size: 14px;

	color: #7F0700;
}

h2 a:visited{
	text-decoration: none;
	font-size: 14px;
	color: #7F0700;
}

#container{
	height: 390px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
 	margin: 50px auto;
	text-align: left;
background-color: #000000;	
}

#header{
	position:absolute;
	top: 0px;
	visibility:visible;
	width: 100%;
	height: 35px;
}

#title{
	width:250px;
	height: 100%;
	
}

#navigationbar{
	position: absolute;
	width: 500px;
	height:100%;
	top: 0;
	right: 0;
}

#navigationbar ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

#navigationbar li{
	float:left;
}

#navigationbar li a{
	width:90px;
	height:30px;
	display: block;
	float:left;
	color:#DFB575;
	text-align:center;
	text-decoration:none;
	line-height: 30px;
	font-family: "Times new roman", sans-serif;
	font-size: 13px;
	font-style: italic;

}

#navigationbar li a:hover{
	font-size: 13.5px;
}

#main{
	position: absolute;
	top:30px;
	width: 100%;
	height: 340px;

}

#leftside{
	position: absolute;
	left: 0px;
	height: 100%;
	width: 15px; 
	background-image:url(../images/background/leftside.gif);
}



#slideshow{
	position: absolute;
	left: 15px;
	height: 100%;
	width: 235px;
	background-image:url(../images/background/slideshow.gif);
}



#slide{
	position: relative;
	left: 52px;
	top:75px;

}



#slideshow a:link{
	text-decoration: none;
}

#slideshow a:visited{
	text-decoration: none;
}

#content{
	position:absolute;
	top: 0;
	visibility:visible;
	width: 320px;
	right: 180px;
	height: 340px;
	background-image:url(../images/background/content.gif);
	font: 12px "Times new roman", sans-serif;
font-style:italic;


	
}
#content a:link
{
	text-decoration: none;
	font-size: 12px;
	color: #7F0700;
}

#content a:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #7F0700;
}

#content p{
	margin-left:15px;
	margin-right:15px;
	color: #270300;
	text-align:justify;
	
}

#rightcontent{
	position:absolute;
	top: 0;
	visibility:visible;
	width: 165px;
	right: 15px;
	height: 340px;
	background-image: url(../images/background/rightcontent.gif);
	font: 11px arial, sans-serif;
}

#rightcontent2{
	position:absolute;
	top: 0;
	visibility:visible;
	width: 165px;
	right: 15px;
	height: 340px;
	background-image: url(../images/background/rightcontent2.gif);
	font: 11px arial, sans-serif;
}


#rightside{
	position: absolute;
	right: 0px;
	height: 100%;
	width: 15px; 
	background-image:url(../images/background/rightside.gif);
}

#status{
position:absolute;
right:0px;
top: 340px;
height:50px;
width:100%;
color: #DFB575;
font: 12px "Times new roman", sans-serif;
font-style:italic;
text-align: right;

}
#status a:link{
text-decoration: none;
color: #DFB575;

}
#status a:visited{

text-decoration: none;
color: #DFB575;
}