/*--------------------------------- Header --------------------------------*/
body {
	font-family: Verdana, Tahoma;
	font-size:13px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	margin:  40px 0px 0px 0px;
	padding: 0px  0px  0px  0px;
	background-color: #990000;
	/*background-color: #ECE9D8;*/
	/*background-image: url(images/bg.jpg);
	background-repeat: repeat-y;*/
	height: auto;				 
}

div#header {
	height: 92px;
	background-color: #FFFFFF;
	background-image: url(images/header2.gif);
	background-repeat: repeat;
	width: 880px;
}
div.menu	{
	text-align: center;
	padding-top: 38px;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;			
}
div.menu a	{
	text-align: center;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;		
}
div.menu a:hover	{
	text-align: center;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;		
}
div.headertext {
	width:783px;
	float: right;
	margin-top: 0px;		
}
div#picbox1	{
	width: 520px;
	height: 350px;
	background-color: #000000;
	float: left;
	background-image: url(images/frame2.gif);
	background-repeat: no-repeat;		
}
div.images	{
	width: 480px;
	height: 315px;
	margin-top: 17px;
	margin-left: 0px;
}
div#notepad	{
	width: 360px;
	height: 350px;
	background-color: #666666;
	float: left;	
	background-image: url(images/notepad.gif);
	background-repeat: no-repeat;
}
div.notetext	{
	margin-top: 30px;
}
.biggertext	{
	color: #FF0000;
	font-family: "Comic Sans MS";
	font-size: 24px;
	text-align: center;
}
.smallertext	{
	color: #0033FF;
	font-family: "Comic Sans MS";
	font-size: 16px;
	text-align: center;
}
.smallertext2	{
	color: #0033FF;
	font-family: "Comic Sans MS";
	font-size: 14px;
	text-align: left;
	width:290px;
	margin-left:15px;
	float: left;	
}

/*--------------------------------- Content --------------------------------*/

div#center { /*center*/
	width:880px;
	background-color: #ECE9D8;
	background-position: top center;
	background-repeat: repeat;
}
div.box_title {
	width:440px;
	height: 112px;
	background-color: #ECE9D8;
	float: left;			
}
div.box_title2 {
	width:440px;
	height: 100px;
	float: left;				
}
div.content {
	display: block;
	width:385px;
	float:left;
	background-repeat: repeat;
	text-align:left;
	padding: 10px 5px 10px 10px;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	display: block;		
}
div.content1a {
	display: block;
	width:585px;
	float:left;
	background-repeat: repeat;
	text-align:left;
	padding: 10px 5px 10px 10px;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	display: block;		
}
div.content2 {
	width:200px;
	float:left;
	text-align:left;
	padding: 10px 5px  10px  5px;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
div.content3 {
	width:255px;
	float:left;
	text-align:center;
	padding: 10px 10px 10px 5px;
	font-family: Verdana, Tahoma;
	font-size:20px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #333333;	
}
div.content3a {
	width:255px;
	float:left;
	text-align:left;
	padding: 10px 10px 10px 5px;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #333333;	
}

div.content1b {
	display: block;
	width:420px;
	float:left;
	background-repeat: repeat;
	text-align:left;
	padding: 10px 5px 10px 10px;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	display: block;		
}


div.content3b {
	width:420px;
	float:left;
	text-align:left;
	padding: 10px 10px 10px 5px;
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #333333;	
}

/*--------------------------------- Footer --------------------------------*/

div#footer {
	height: 92px;
	background-color: #4b525a;
	background-image: url(images/footbg.gif);
	background-repeat: repeat;
	width: 880px;
	clear:both;
}
div#copyright {
	width: 880px;
	height: 22px;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	padding-bottom:5px;
	clear:both;
}
div#copyright  a {
	font-size: 12px;
	font-weight: normal;
	color: #d77d20;
	text-decoration: none;	
}
div#copyright  a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;	
}
div#end { /*end*/
	background-position: top center; 
	width: 880px;
	height: 23px;
	background-repeat: repeat;
}

/*--------------------------------- Classes --------------------------------*/

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #554A38;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 36px;
	font-weight: bold;
	color: #554A38;
	margin-top: 26px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #554A38;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
div.container {
	width: 880px;
}
div.clear {
	clear:both;
}
.graphic	{
	width: 880px;	
}
.contact	{
	font-family: Verdana, Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;		
}
.input	{
	width: 220px;
	border: solid #666666 1px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	color: #000099;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	height: 25px;		
}
.inmess	{
	width: 220px;
	border: solid #666666 1px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	color: #000099;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;	
}
