/* basic elements */

body { 
	background: #968354; 
	font: 13px/15px georgia, Serif; 
	color: #555753; 
	margin: 0px; 
	padding:0px;
}

p { 
	font: 13px/15px georgia, Serif;
	margin-top: 0px; 
	text-align: justify;
	margin-left:15px;
}

code {
	color:black;
}

h3 { 
	font: italic normal 16px georgia, Serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	margin-left: 15px;
	color: #7D775C;
}

h3 span {
	display:none;
}

h4 { 
	font: italic normal 14px georgia, Serif; 
	margin-bottom: 5px; 
	margin-left: 15px;
	color: #7e7e7e;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
}


/* specific divs */
#container { 
	padding: 0px 5px 0px 0px;
	margin: 0px auto 0px;
	position:relative; 
	width:760px;
	border: thick double #555753;
	background: white;
}

#intro { 
	min-width: 470px;
}

#pageHeader { 
	margin-bottom: 20px;
}

#pageHeader h1 { 
	background: transparent url(head.png); 
	margin-top: 10px; 
	width: 710px; 
	height: 200px; 
	float: right;
}

#pageHeader h1 span {
	display:none
}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
}

#quickSummary p {
	font: italic 12px georgia, Serif; 
	text-align:center;
}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	width:550px;
}

#preamble h3 {
	background: transparent url(1.png) no-repeat;
	height:35px;
	margin:0px 0px 0px 160px;
	padding:0px;
	clear:right;
}

#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
}

#news h3 {
	background: transparent url(2.png) no-repeat;
	height:35px;
	margin:0px;
	padding:0px;
}

#news ul {
	margin: 5px 0px 0px 25px;
	padding: 0px;
}

#news li {
	list-style-image:url(bull.gif);
	display: list-item; 
	padding-top: 5px; 
	margin-bottom: 5px;
}

#screenshots p {
	text-align:center;
	padding-top:10px;
}

#screenshots span {
	padding:0px 20px 0px 20px;
}

#screenshots h3 {
	background: transparent url(3.png) no-repeat;
	height:35px;
	margin:0px;
	padding:0px;
}

#download h3 {
	background: transparent url(4.png) no-repeat;
	height:35px;
	margin:0px;
	padding:0px;
}

#installation h3 {
	background: transparent url(5.png) no-repeat;
	height:35px;
	margin:0px;
	padding:0px;
}

#documentation h3 {
	background: transparent url(6.png) no-repeat;
	height:35px;
	margin:0px;
	padding:0px;
}

#contact h3 {
	background: transparent url(7.png) no-repeat;
	height:35px;
	margin:0px;
	padding:0px;
}

#contact p.p3 {
	background:transparent url(10.png) no-repeat bottom right;
	height:40px;
}

#footer { 
	text-align: center; 
}

#footer a:link, #footer a:visited { 
	margin-right: 20px; 
}

#linkList {
	background: white;
	border: thick double #555753;
	margin-left: 210px; 
	position: absolute; 
	top: 200px; 
	right: 0px;
	left:50%;
	width:240px;
}

#linkList2 { 
	font: 10px verdana, sans-serif; 
	padding: 0px; 
}

#linkList h3 { 
	background: transparent url(8.png) no-repeat top center; 
	margin: 0px; 
	height: 35px; 
}

#linkList ul {
	margin: 0px;
	padding: 0px;
	padding-left:35px;
}

#linkList li {
	list-style-type: none;
	display: list-item;
	list-style-image:url(bull.gif);
	padding-top: 5px; 
	margin-bottom: 5px;
}

#externalLinks {
	background: white;
	border: thick double #555753;
	position: absolute; 
	bottom:0px;
	left:100%;
	width:200px;
	margin-left:20px;
}

#externalLinks2 { 
	font: 10px verdana, sans-serif; 
	padding: 0px;
	text-align:center;
}

#externalLinks2 h3 { 
	background: transparent url(9.png) no-repeat top center; 
	margin: 0px; 
	height: 35px; 
}
