
a{outline:none;}

body
	{
	background-color: #ccc;
	font: normal 12px/1.2em "Arial", "Verdana", sans-serif;
	}

#page
	{
	width: 986px;
	background-color: #fff;
	margin:0 auto;
	}

#header
	{
	height: 260px;
	width: 980px;
	margin-top: 40px;
	border: 3px solid #fff;
	}

#title
	{
	width: 980px;
	height: 30px;
	margin-left: 10px;
	}
	
#content
	{
	width: 980px;
	height: 550px;
	}
	
#menu
	{
	margin-left: 30px;
	margin-top: 10px;
	height: 0px;
	width: 200px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #fff;
	float:left;
	}
	
	#menu a
	{
	height: 0px;
	width: 0px;
	line-height: 30px;
	text-align: left;
	color: #333;
	text-decoration: none;
	font-weight:100;
	font-size: 1em;
	background-color: #fff;
	border-right: 1px solid #fff;
	}
	
	#menu a:hover
	{
	color: #000;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
	#menu a:active
	{
	color: #000;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
#border
	{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: right;
	width: 750px;
	height:500px;
	padding:0 15px;
	margin-bottom: 10px;

	}
	
#left
	{
	float: left;
	padding-left: 0px;
	color: #666;
	width: 340px;
	height: 598px;
	text-align: left;
	}
		
#right
	{
	float: right;
	width: 340px;
	height: 598px;
	padding-top: 60px;
	padding-right: 20px;
	}



/* --------------- Paragraph and Link Styles ---------------*/
p
	{
	line-height: 1.4em;
	font-size: 1em;
	color: #666;
	padding-left: 0px;
	padding-top: 0px;
	}
	
	
P2	
	{
	line-height: 1.4em;
	font-size: 11px;
	color: #666;
	padding-left: 0px;
	padding-top: 0px;
	}

a img

	{
	border: none;
	}
	
	
/* --------------- Headings H1-H6 --------------- */
h1
	{
	display: block;
	margin-top: 0px;
	text-decoration: none;
	font-weight:lighter;
	font-size: 3em;
	color: #333;
	text-align: left;
	padding-top: 35px;
	line-height: 1em;
	}

h2	
	{
	line-height: 1em;
	font-size: 1.5em;
	font-weight:lighter;
	color: #666;
	padding-left: 20px;
	padding-top: 0px;
	}
	
	
	
	
	
	

#footer
	{
	width: 750px;
	margin: 0px auto;
	text-align: center;
	font-size:0.9em;
	color: #666;
	padding: 0px;
	margin-top: 10px;
	}
