/*//////////////////////////
		Necessary Group CSS
/////////////////////////*/

*{border:0; padding:0;}

body{
	font-size:100%;
	font-family: Arial;
	line-height:1.125em;
	padding-top: 16%;
	padding-left: 9%;
	background-color: #000000;
}

a {text-decoration: none; }
a img{border:none;}

h1, h2, h3 {
	font-weight:normal;
	color: #FF1493;
	letter-spacing: 2px;
	margin:0;
	border:0;
	padding:0;
	}

h1 {
	font-size: 1.086em;
	line-height: 2.4em;/*1.636em;*/
	color:#ffffff;
	}
	
/*//////////////////////////
		Frame and Title
/////////////////////////*/

#page {
	width: 730px;
	height: 400px;
	background-image: url("images/web.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: relative;
	}

#title {
	position: relative;
	float: right;
	width: 350px;
	text-indent: 14px;
	background-color: #000000;
	margin: 100px 0 140px 0;
	border-left: 14px solid #FF1493;
	visibility: visible;
	}
	
/*//////////////////////////
		Main Navigation
/////////////////////////*/
#page_nav {
	}

.menu, .menu ul {
	padding: 0;
	border: 0;
	margin:0;
	list-style: none;
	}
	
.menu li {
	float: left;
	position: relative;
	background-color: transparent;
	padding-left: 57px;
	}

.menu a:link, .menu a:visited {
	display: block;
	font-size: 0.86em;
	font-weight:normal;
	text-decoration: none;
	letter-spacing: 0.08em;
	color: #c0c0c0;
	}
	
.menu a:hover, .menu a:focus {
	color: #ffffff;
	}

/*//////////////////////////
		Main Content
/////////////////////////*/

#page_content {
	width: 730px;
	position: relative;
	clear: both;
	margin-left: 64px;
	color: #c0c0c0;
	}

#page_content p {
	font-size: 0.75em;
	margin: 0.86em 0 0.86em 0;
	}
	
#page_content a:link, #page_content a:visited {
	font-weight:normal;
	text-decoration: none;
	color: #c0c0c0;
	}
	
#page_content a:hover, #page_content a:focus {
	color: #ffffff;
	}
	
#page_content ol {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.75em;
	padding:0;
	margin:0;
	}

#page_content dl {
	font-size: 0.75em;
	}
	
#page_content dt {
	float:left;
	font-weight:bold;
	}
	
#page_content dd {
	padding-left: 90px;
	padding-bottom: 0.875em;
	}
	
.right_content, .left_content {
	width: 370px;
	}	