/* CSS Document */

* {
	margin: 0; 
	padding: 0;
} 

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, img {  
	margin: 0; 
	padding: 0;  
	border: 0; 
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	cursor: pointer;
	color: #800080;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	list-style: outside;
	line-height: 20px;
	list-style-type: disc;
	padding-left:20px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 8px 0;
}

h1 {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fb9d23;
}

h2 {
	font: bold 25px Arial, Helvetica, sans-serif;
	color: #800080;
	padding-top: 10px;
	font-style: italic;
	line-height: 28px;
}

h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top:5px;
	color: #800080;
}

h4 {
	color: #800080;
	font-weight: normal;
}

body {
	background: #fff;
	line-height: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_bodyhome.png);
	font-size: 14px;
}

#wrapper {
	width: 774px;
	margin: 0 auto;
	border: 3px solid #fff;
	margin-top: 52px;
}

#header {
	background: url(../images/header_carol.jpg) no-repeat;
	width: 770px;
	height: 306px;
	border: 2px solid #800080;
}

#content {
	background: #D7AFFF;
	min-height: 300px;
	_height: 300px;
	padding: 0 20px;
}

#nav {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color:#800080;
}

.small {
	font-size: 16px;
}

li {
	margin: 5px 0;
}
.nav {
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
}
.nav-on {
	color:#fd46fd;
	text-decoration:underline;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
}