body{
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) repeat-x left top;
}



p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

/* NAV */

#nav{
	background: url(images/logo.gif) no-repeat left top;
	height: 98px;
	margin: 0;
	margin-left: 50px;
	padding-left: 100px;
}

#nav ul{
	margin: 0 auto;
	list-style: none;
}

#nav li{
	float: left;
}

#nav a{
	display: block;
	text-decoration: none;
	color: #EAEAEA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 40px;
	font-weight: bold;
}

#nav a:hover,a.active{
	color: #FFF;
	background: url(images/menu_on.png);
}

/* CONTENT */

#wrap {
	background: url(images/bg_main.gif) no-repeat left top;
	margin: 0;
	clear: both;
}

#content {
	background: url(images/bg_main.gif) no-repeat left top;
	margin: 0;
	padding-left: 200px;
	width: 500px;
	float: left;
}

#content h1{
	color: #0069d1;
	border-bottom: 1px #e0f0ff dotted;
	font-size: larger;
	text-transform: capitalize;
	background: url(images/bg_h1.gif) no-repeat left 50%;
	padding-left: 25px;
}

#content h1 em{
	color: #0082ff;
	font-size: large;
	text-transform: lowercase;
}

#content p{
	color: #333;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: 1em;
	line-height: 2em;
	letter-spacing: .1em;
	text-align: justify;
	border-right: 1px #e0f0ff solid;
	border-bottom: 1px #e0f0ff solid;
	padding: 7px;
	background: url(images/bg_p.png) repeat top left;
}

#content li {
	list-style-image: url(images/li.gif);
	line-height: 2em;
	letter-spacing: .1em;
	font-size: small;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#content a {
	border-bottom: 1px dotted #1a78d5;
	text-decoration: none;
	color: #333333;
}

#content a:hover {
	border-bottom: 1px solid #1a78d5;
}

/* RIGHT */

#right {
	float: left;
	width: 200px;
	margin: 33px;
	padding: 7px;
	border-left: 1px #e0f0ff solid;
	border-top: 1px #e0f0ff solid;
	background: url(images/bg_right_bottom.gif) no-repeat bottom right;
}

#right h1{
	color: #0069d1;
	border-bottom: 1px #e0f0ff dotted;
	font-size: medium;
	text-transform: capitalize;
}

#right a{
	color: #0069d1;
	text-decoration: none;
	border-bottom: 1px dotted #1a78d5;
	font-size: smaller;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#right a:hover{
	color: #00478d;
	border-bottom: 1px solid #1a78d5;
}

#right p{
	color: #333;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 2em;
	letter-spacing: .1em;
}

#right li{
	list-style-image: url(images/li.gif);
}

/* FOOTER */

#footer {
	clear: both;
	text-align: left;
	font-size: .8em;
	background: #0069d1 url(images/bg_footer.gif) no-repeat top left;
	padding: 15px;
	padding-left: 63px;
	color: #fff;
	border-top: 20px solid #1a78d5;
}

#footer p{
	color: #bfdfff;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	border-bottom: 1px dotted #FFFFFF;
}

/* IMAGE */

img {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px #0082ff dotted;
}

