@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
#container {
	position:absolute;
	height:300px;
	width:950px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	margin-top: -150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -475px;
}

#content a:link {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-decoration: none;
	font-size: 10px;
}
#content a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#content a:hover {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#content a:active {
	color: #000000;
}


blockquote {
	font-size: 25px;
	text-align: justify;
	margin-right: 0px;
}
cite {
	text-align: right;
}
.greentext {
	margin: 0px;
}
h1 {
	font-size: 1.5em;
	text-transform:uppercase;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.5em;
}
h2 {
	font-size: 0.9em;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-size: 0.8em;
	font-weight: normal;
	font-variant: normal;
}

p{
	margin-top: 0px;
}
 
/* --------------left navi------------- */
#left {
	width:281px;
	float:right;
	position:relative;
	padding-top: 30px;
 }
#content{
	display:none;
	position: relative;
	margin: 0px;
	height: 300px;
	width: 550px;
	padding-left: 115px;
	padding-top: 25px;
}

/* Main Navigation */

#main-nav dl {
	margin: 0;
	padding: 0;
	width: 234px;
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:39px; /* IE 5/Win hack */ 
	padding: 39px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -39px;
}

#main-nav dt#home,
#main-nav dt#home a {background-image: url(../img/nav/home.gif);}

#main-nav dt#wwa,
#main-nav dt#wwa a {background-image: url(../img/nav/wwa.gif);}

#main-nav dt#wwd,
#main-nav dt#wwd a {background-image: url(../img/nav/wwd.gif);}

#main-nav dt#prices,
#main-nav dt#prices a {background-image: url(../img/nav/prices.gif);}

#main-nav dt#downloads,
#main-nav dt#downloads a {background-image: url(../img/nav/downloads.gif);}

#main-nav dt#contact,
#main-nav dt#contact a {background-image: url(../img/nav/contact.gif);}

#main-nav dt#links,
#main-nav dt#links a {background-image: url(../img/nav/links.gif);}

body.home dt#home,
body.home dt#home a,
body.home dt#home a:hover,
body.wwa dt#wwa,
body.wwa dt#wwa a,
body.wwa dt#wwa a:hover,
body.wwd dt#wwd,
body.wwd dt#wwd a,
body.wwd dt#wwd a:hover,
body.prices dt#prices,
body.prices dt#prices a,
body.prices dt#prices a:hover,
body.downloads dt#downloads,
body.downloads dt#downloads a,
body.downloads dt#downloads a:hover,
body.contact dt#contact,
body.contact dt#contact a,
body.contact dt#contact a:hover,
body.links dt#links,
body.links dt#links a,
body.links dt#links a:hover {
	background-position: 0 -39px;
}
