/* CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#f2f2f2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1 {
	font-size: 1.2em;
	line-height: 1.8em;
	
}

p {
	width:300px;
	float:left;
	padding-right:20px;
}


#container {
	margin:0px auto 0px auto;
	width: 980px ;
}


#content {
	color:#FFF;
	font-size: .8em;
	padding-left:335px;
	padding-top:480px;
}

#nav {
	padding-left:0px;
	padding-top:120px;
	width: 90px;
	height: 250px;
	float: left;
	margin: 0 27px 0 28px;
}

#nav a, #nav a.visited {
	display: block;
	float: left;
	width: 100px;
	height: 39px;
	text-align: left;
	padding: 15px 50px 0 50px;
	font-size: .8em;
	line-height: 1.6em;
	color: #a8a9a9;
	text-decoration: none;
	border: none;
	outline: none;
}

#nav a:hover, #nav a.visited:hover {
	width: 100px;
	height: 39px;
	color: #FFF;
	text-decoration:underline;
	cursor: pointer;

}
