* {
/*Global whitespace reset to make everybrowser uses the right margin and padding*/
margin:0;
padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	font-style: normal;
	line-height: 12px;
	background: #000 url(Images/Visual.gif) top left repeat-y;
	margin: 0px;
}

a:link, a:visited, a:active  {
color: #CCC;
} 

a:hover {
text-decoration: none;
font-weight: bold;
background-color:#FFF;
color: #333;
}

ul {
	/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	/* style the li */
	padding:10px 0;
	}

div#wrapper {
	width: 298px;
	background: #000 url(Images/dashedvertical.jpg) bottom left repeat-x;
	margin: 0;
	padding: 99px 55px;
}

html>body div#wrapper {
width: 188px;
padding: 99px 55px;
}

.accent {
	color: #CCF;
}
