@charset "UTF-8";
/* CSS Document */


body 
{
	background-color: #BAD7EE;
	color:#0D0D0D;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	
}

/*  Fonts 
*******************************************************************************/

/* CSS tags */

/*  Container (All the content for the page is inside this - sets the page I have created)
*******************************************************************************/
#container /* Holds the whole page's content, image & text  */
{
	margin: 0px auto;
	width: 1020px;
	background-color: #CEC0D1;
	background-image: url(images/dp_bg.png);
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: solid #BCABD3 4px;
}

/*  Header Elements /* Header details: banner, navigation, title, etc  
*******************************************************************************/
#logo 
{
	width: 125px;
	height: 134px;
	float:left;
	margin: 23px 0 0 33px;
	
	
}

#title 
{
	width: 547px;
	height: 80px;
	margin:auto;
	padding: 52px;
	
	#nav_menu li a /* Style of Main Navigation list items that are links */
	{
		height: 40px;
		float: left;
		padding: 5px;
		text-decoration: none;
		text-align: center;
		font-weight:normal;

	}
	
}

#nav_menu_sub  /* Sub Navigation */
{

	clear:both;
	width:300px;
	height: 30px;
	margin: 0 0 0 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
}

	#nav_menu_sub ul  /* Style of Sub Navigation in unordered list */
	{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	} 
	
	#nav_menu_sub li /* Style of Sub Navigation list items */
	{
		float: left;
		margin: 0px 3px 0 0;
		font-size: 9pt;
	} 
	
	#nav_menu_sub li a /* Style of Sub Navigation list items that are links */
	{
		height: 33px;
		float: left;
		padding: 5px;
		text-decoration: none;
		text-align: center;
		font-weight:normal;
		background-color:#BCABD3;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: solid #BCABD3 2px;

	}
	
	#nav_menu_sub li a:hover /* Style of Sub Navigation list items hovering*/
	{
		text-decoration: none;
		background-color:#BCABD3;
		color:#0D0D0D;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
		padding: 5px;
		height: 33px;
		display: block;
	} 
	
	#nav_menu_sub li a.current /* Style of Sub Navigation list items current selected*/
	{
		height: 50px;
		float: left;
		padding: 5px;
		text-decoration: none;
		text-align: center;
		font-weight:normal;
		text-decoration: none;
		/*background-color:#BCABD3;*/
		color:#0D0D0D;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: solid #666666 2px;
		padding: 5px;
		height: 33px;
	}  
	
	
	
/*  Content /*  Body of the webpage
*******************************************************************************/
#content
{
	width:670px;
	margin:auto;
}



#body /*Body page content */
{
	clear: both;
	width:670px;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #BCABD3;
}

#body2 /*Body page content */
{
	clear: both;
	width:670px;
	height: 840px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #BCABD3;
}



#heading_body_image /*Body page content */
{
	float:left;
	margin: -15px 0 0 0px;
	width:400px;
}

#heading_body_full /*Body page content */
{
	float:left;
	margin: -15px 0 0 0px;
	width:670px;
}



#intro /*Body page content */
{
	float:right;
	width: 250px;
	height: 260px;
	margin: 35px 20px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	#intro p
	{
		margin: .5em 15px 0 10px;
		
	}

#body_left
{
	clear:both;
	float:left;
	width: 200px;
	height: 300px;
}

#body_right
{
	
	float:right;
	width: 470px;
	height: 300px;
}


#body_main
{
	clear:both;
	margin:auto;
	width: 630px;
	
}



#logo_img
{
	margin: auto;
	width:70px;
}

#disc
{
	float:right;
}

/*  Content /*  Body of the webpage
*******************************************************************************/

