body { 

	font: 9pt/16pt georgia; 

	color: #FFFFFF; 

	background: #660000; 

	margin: 0px;


	}

p { 

	font: 8pt/16pt georgia; 

	margin-top: 0px; 

	text-align: justify;

	}

h2 { 

	font: italic bold 12pt georgia; 

	letter-spacing: 1px; 

	margin-bottom: 0px; 

	color: #bbb;

	}

h3 { 

	font: italic normal 12pt georgia; 

	letter-spacing: 1px; 

	margin-bottom: 0px; 

	color: #7D775C;

	}

post1 { 

	font: italic bold 12pt georgia; 

	letter-spacing: 1px; 

	margin-bottom: 0px; 

	color: #bbb;

	}

post2 { 

	font: italic 12pt georgia; 

	letter-spacing: 1px; 

	margin-bottom: 0px; 

	color: #bbb;

	}

post3 { 

	font: normal 12pt georgia; 

	letter-spacing: 1px; 

	margin-bottom: 0px; 

	color: #ddd;

	}
a:link { 

	font-weight: bold; 

	text-decoration: none; 

	color: #3399FF;

	}

a:visited { 

	font-weight: bold; 

	text-decoration: none; 

	color: #6699FF;

	}

a:hover, a:active { 

	text-decoration: underline; 

	color: #9685BA;

	}





/* specific divs */



#header {

	margin-left: 200px;

	margin-bottom: 0px;

	}

#logScreen{
	display:none;
      	position:absolute; 
	min-width:300px;
      	left:100px; 
      	top:0px; 
      	border-style: solid; 
      	background-color: #333333; 
      	padding: 5px;
        z-index: 3;
	}

#container{
	width: 800px;
	min-width: 600px;
	max-width: 800px;
       left:175px;
      	top:125px;
 	position: absolute;

	}


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#header h1 { 

	/*background: transparent url(images/OpenDV.png) no-repeat top left;*/ 

	width: 300px; 

	height: 60px;

        margin-left: 200px;

	}

#header h2 { 

	max-width: 800px; 

	}

#log{

	margin-top: -60px;

	min-width: 100px;

	max-width: 100px;

 	position: absolute;

	left: 0;
z-index: 2;
	}

#links{

	margin-top: -10px;

	min-width: 100px;

	max-width: 100px;

 	position: absolute;

	left: 10;

	}



#linkstr {

	background: transparent url(images/link/bg.png) no-repeat top left;

	width: 98px;

	height: 35px;

	float:left;

	}



#body {

  	min-width: 400px;

	max-width: 800px;

       margin-top: 20px; 

	margin-bottom: 50px;

	margin-left: 0;

	text-align: justify;


}



#footer{

       margin-top: 40px;

        margin-left: 200px;

       margin: auto;

	text-align:center;

	}