/* ------ START: Global Reset ------ */
* { padding: 0; margin: 0; }

a { outline: none; }

fieldset { padding: .5em; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 0; }

img { border: 0; }

li, dd, blockquote { margin-left: 5%; }

p, h1, h2, h3, h4, h5, h6, ul, ol { margin-bottom: 1em; }
/* ------ END: Global Reset ------ */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background: #FFFFFF;
}

/* ------ START: Links ------ */
a {
    outline: none;
}

A:link    { text-decoration:underline; color: #FFFFFF; }
A:visited { text-decoration:underline; color: #FFFFFF; }
A:active  { text-decoration:underline; color: #FFFFFF; }
A:hover   { text-decoration:underline; color: #FFFFFF; }
A:focus   { text-decoration:underline; color: #FFFFFF; }
/* ------ END: Links ------ */

.clear {
	clear: both;
	height: 0px;
}

#content1 {
	width: 300px;
	height: 614px;
	background: #6db135 url(../images/pic01.jpg) no-repeat;
	color: #FFFFFF;
	padding: 0px 20px 0px 640px;
	border-bottom: 10px solid #FFFFFF;
	margin: 0;
}

#content2 {
	width: 600px;
	height: 742px;
	background: #6db135 url(../images/pic02.jpg) no-repeat right top;
	color: #FFFFFF;
	padding: 0px 340px 0px 20px;
}

/* ------ START: H Tags ------ */
h1 {
	font-face: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-top: 1.8em;
}

h2 {
	font-face: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 1.8em;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}
/* ------ END: H Tags ------ */

/* ------ START: Header ------ */
#header {
	position: relative;
	width: 960px;
	height: 36px;
	margin: 0 auto;
} 

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 960px;
	height: 36px;
	text-indent: -99999px;
	background: url(../images/icc.gif) no-repeat right top;
}
/* ------ END: Header ------ */

/* ------ START: Footer ------ */
#footer {
	width: 960px;
	clear: both;
	font-size: 0.8em;
	text-align: center;
	background: #FFFFFF;
}

#footer p {
	margin-top: 1em;
	margin-bottom: 0;
}

#footer a, #footer a:hover {
	color: #ccbe9b;
	text-decoration: none;
}
/* ------ END: Footer ------ */

.list-bullets li { 
	margin-bottom: 7px;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	background: #FFFFFF;
}
