﻿*
{
	margin:0;
	padding:0;
	border:none;
}

.clear
{
	clear:both
}

p
{
	margin-bottom:10px;
	}

p.quote
{
	border:1px solid #ccc;
	padding:10px;
	font-style:italic;
}

p.author
{
	padding:10px;
	margin-bottom:30px;
}

h2
{
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	background-color:#000;
	color:#fff;
}


h1
{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #d3901d;
}
	
h4
{
border-bottom:1px solid black;
	color: #CC0000;

}

a
{
	text-decoration:none;	
}

a:hover
{
	color:red;	
}

body
{
	font-family: verdana,tahoma;
	font-size: 10pt;
	text-align: justify;
	background-color:#141414;
	/*background-image: url('images/bg.jpg');
	background-repeat: repeat;*/
}

#header
{
	width: 750px;
	height: 200px;
}

#page
{
	width: 750px;
	margin: auto;
	margin-top: 30px;
	border: 2px solid #000000;
	background-color: #333333;
}
#menu
{
	background-color:black;
	height: 28px;
	font-weight: bold;
}

#menu ul
{

}

#menu ul li
{
	display:inline;
	line-height:28px;
}

#menu ul li a
{
	padding:6px 5px 6px 5px;
	color:#edcc61;
}


#menu ul li a:hover
{
	color: #d3901d;
}
#menu ul li a.selected
{
	background:#333333;
	color: #d3901d;
}


#content
{
	padding-bottom:10px;
}

#text
{
	padding: 20px;
	width: 445px;
	background:#666666;
	float: left;
	color: #edcc61;
	border: 1px solid #000000;
	margin: 10px 0 10px 10px;
}

#text ul
{
	margin:5px 0 15px 30px;
	
}


#pic
{
	float: right;
	margin: 5px 20px 20px 10px;
}
#pic img
{
	margin: 5px;
	border: 2px solid #d3901d;
	display: block;
}

#footer
{
	width: 750px;
	background-color: black;
	font-size: 8pt;
	color: #fff;
	text-align: center;
	height: 30px;
}

#footer a
{
	color:#fff;
}

#contact
{
	width:150px;

}
















