body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
//	height: 100%;
}

A:visited {color: #fafafa;}
a:link {color: #fafafa;}

#header {
	height: 102px;	
	//background: url(img/top_blue.jpg) no-repeat;
	background-color: #000;
	font-size: 96px;
	color: #0082d1;;
	text-align: left;
	border: none;	
}

#wrap {
    background:#000;
    margin:0 auto;
    width:850px;
    //height: 400px;;
}

#nav {
    background-color :#000;
	font-size: 16px;
	padding-top: 10px;
	text-decoration: none;
}
#main {
    background:#000;
	float: left;
	width: 670px;
}
#main_landing {
	background: url(img/splotch.jpg) no-repeat;
	background-position: top right;
	float: left;
	width: 850px;
	font-family: "Times New Roman";
	font-size: 19px;
	min-height: 600px;
}
.big_id {
	font-size: 28px;
	font-family: arial;
}
.underline {
	text-decoration: underline;
}
.italics {
	font-style: italic;
}

#sidebar {
    //background:#000;
	//background: url(img/kidid_web1.jpg) no-repeat;
	float: right;
	width: 150px;
	//outline: #0082d1 solid 2px;
	margin: 10px;
	//padding: 5px;
}
#footer {
    background:#000;
	clear: both;
	text-align: center;
	color: #555;
}

#content_item {
	outline: #fadf00 solid 2px;
	margin: 10px;
	padding: 10px;
}

div.nav_item {
	background-color: #000;
	float: left;
	//width: 16%;
	width: 130px;
	text-align: center;
	border-style: none;
	text-decoration: none;
}

#nav ul{
    margin:10;
    padding:10;
    list-style:none;
}

#nav li{
    display:inline;
    margin:10;
    padding:10;
	border-style: none;
	text-decoration: none;
}

#nav a {
	border=0;
	text-decoration: none;
}
