body { 
	background-color: #FFF;
	width: auto;
	height: auto;
}

#header {
	width: auto; 
	height: 150px;
	background-color: #FFF; 
	/*border-radius: 6px;
	box-shadow: 0px 0px 10px #000;*/
}

#header #header_title {
	text-align: center;
	padding-left: 15px;
	padding-top: 10px;
	color: #999;
	font-size: 80px;
	font-style: oblique;
}

#nav {
	width: 100%; 
	height: 40px;
	background-color: #FFF; 
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#nav li {
	display: inline;
}

#nav .vistednavlink a:link, #nav .vistednavlink a:visited {
	font-weight:bold;
	font-style: oblique;
	background-color: #999;
	border-radius: 4px;
	border:1px solid black;
	color: #000;
	text-align:center;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
	height: 40px;
}
#nav .vistednavlink a:hover, #nav .vistednavlink a:active {
	background-color: #CCC; 
}

#nav .navlink a:link, #nav .navlink a:visited {
	font-weight:bold;
	font-style: oblique;
	background-color: #FFF;
	border-radius: 4px;
	border:1px solid black;
	color: #000;
	text-align:center;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
	height: 40px;
}
#nav .navlink a:hover, #nav .navlink a:active {
	background-color: #999; 
}

#content {
	width: 80%; 
	height: auto;
	background-color: #999; 
	border-radius: 4px;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
}

#content #text {
	width: 500px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	font-size: 14px;
	font-style: times;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content a {
	position:relative;
	color: #000;
	z-index: 1;
	text-decoration: underline;
}
#content a:hover { 
	background-color:#CCC; 
}

#content #space {
	display:block;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #000;
	margin-left:50px;
	margin-right:50px;
	
}

#content .cell { 
  	height: 700px;
	width: 900px;
  	background-color: transparent;
	border-radius: 4px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
}

#content .cell ul { 
	position: relative; 
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

#content .cell ul #left { 
	background: transparent;
	width: 250px;
	float: left; 
	overflow:hidden;
}

#content .cell ul #center { 
	background: transparent;
	width: 250px;
	float: left;
	overflow:hidden;
	margin-right: 75px;
	margin-left: 75px;
}

#content .cell ul #right { 
	background: transparent;
	width: 250px;
	float: left;
	overflow:hidden
}

#content .cell ul .header { 
	background: transparent;
	width: 250px;
	overflow:hidden;
}

#content .cell .header .icon  {
	width: 40px;
	height: 40px;	
	margin-left: 12px;
	vertical-align: middle
}

#content .cell .header .title {
	color:#000; 
	vertical-align:middle; 
	font-size: 20px;
	font-style: times;
	text-align: center;
	
}

#content .cell .preview { 
	height: 494px;
	width: 250px;
}

#content .cell .desc {
	color:#000; 
	vertical-align:middle; 
	font-size: 14px;
	font-style: times;
	text-align: center;
	margin-top: 5px;
}

#content .cell .seperator {
	width:200px;
	height: 5px;
	margin-right:50px;
}

#content .cell .applink {
	color:#000; 
	vertical-align:middle; 
	font-size: 15px;
	font-style: times;
	text-align: center;
	margin-top: 10px;
}

#footer {
	width: 100%; 
	height: 30px;
	background-color: #FFF; 
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}

#footer #footer_text {
	color: #000;
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	font-style: times;
}