/* ***  css by Dean Vaessen http://www.deanvaessen.com *** */

body{
background-color: #141414;
height: 100%;
/*background-image: url(images/bgpat.jpg);*/
/* background-repeat: no-repeat; */
background-position: bottom right;
}

a{ text-decoration: none; color: #DFDFDF; }

#wrap {

}


/*----------------------------------------------------------Containers---------------------------------------------------------*/

#container_master
{
width: 100%;
height: 600px;
min-width: 800px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: top;
background-color: #141414;
color: #DFDFDF;
	/*border: 1px solid gray;*/
line-height: 130%;
}



/*----------------------------------------------------------Header----------------------------------------------------------*/



#header
{
/*clear: both;*/
padding:0px;
margin-top: 0px;
text-align: center;
color: #333;
background-color: #0F0A0A;
/*background-image:url('images/logo.png');
background-repeat:no-repeat;
background-position:top center;*/
color: #DFDFDF;
width: 100%;
height: 33%;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}


/*----------------------------------------------------------Content----------------------------------------------------------*/
#content
{
/*clear: both;*/
/*margin: auto;*/
/*padding:0px;*/
color: #DFDFDF;
float:left;
background-color: #141414;
width: 80%;
height: 50%;
text-align: center; 
}

#content h2 { margin: 0 0 .5em 0; }

#content_01
{
/*clear: both;*/
/*margin: auto;*/
/*padding:0px;*/
color: #DFDFDF;
float:left;
background-color: #141414;
width: 50%;
height: 100%;
text-align: right; 
}

#content_02
{
/*clear: both;*/
/*margin: auto;*/
/*padding:0px;*/
color: #DFDFDF;
float:right;
background-color: #141414;
width: 40%;
height: 100%;
text-align: left; 
}



/*----------------------------------------------------------Nav----------------------------------------------------------*/
#rightnav
{
float: right;
width: 20%;
/*margin: 0;*/
/*padding: 1em;*/
}

#leftnav p { margin: 0 0 1em 0; }


/*----------------------------------------------------------Footer----------------------------------------------------------*/

#footer a { 
color: #4F3B3B;
text-decoration: none;	}


#footer
{
clear: both;
padding:0px;
margin-top: 1%;
margin-left: 32%;
margin-right: 32%;
color: #333;
background-color: #DDDDDD;
width: 36%;
height: 6%;

text-align: center; 
	border: 1px solid gray;
}
/*----------------------------------------------------------Containers_bottom---------------------------------------------------------*/


