body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
}


h1 {
	font-size: 14px;
}

h2 {
	font-size: 18px;
}


#container {
	width: 760px;
	margin: auto;
}

#header {
	background: #ffffff
				url(images/banner.png);
	height: 27px;
}

#nav {
	background: #ffffff;
	padding-left:3px;
	height: 365px;

}

.color {
  border-width:2px;
  border-style:solid;
  border-color:#ffffff;
  min-height:600;
  }

#content {
	background: #333333;
	padding: 25px;

}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0c5;
	outline: none;
}

a:visited {
	color: #0c5;
}

a:active {
	color:  #0a5;
}

a:hover {
	color: #1f2;
	text-decoration: underline;
}

