@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: .75em;
 -moz-opacity: .999;
}

a {
	text-decoration: none;
}



 a img {
	border: none;
}



#wrapper {
	width: 760px;
	margin: auto;
	
}

#maintitle {
	margin-top: 35px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
	



#rightside {
	width: 83px;
	height: 425px;
	float: right;	
}



#sidenav {
	list-style:none;
}

#sidenav li {
	margin-bottom: 5px;
}

#lefthome {
	float: left;
	width: 330px;
	margin-left: 70px;
	margin-top: 90px;
}



#main {
	float: right;
	width: 250px;
	margin-top: 170px;
}



#topnavbar {
	clear: both;
	border-top-style: dotted;
	border-top-color: #666666;
	width: 760px;
}

#topnavbar ul {
	margin-left: -15px;
}

#topnavbar li {
	display: inline;
	margin-right: 5px;
}


#navbar {
	clear: both;
	border-top-style: dotted;
	border-top-color: #666666;
	width: 760px;
}

#navbar ul {
	margin-left: -15px;
}

#navbar li {
	display: inline;
	margin-right: 5px;
}

#section {
	height: 16px;
	background-image: url(images/triangle1b.jpg);
	background-position: center bottom ;
	background-repeat:no-repeat;
}

.section {
	
	background-image: url(images/triangle1b.jpg);
	background-position: center bottom ;
	background-repeat:no-repeat;
}

.other {
	
	background-image: url(images/triangle1.jpg);
	background-position: center bottom ;
	background-repeat:no-repeat;
}

#navbar li img {
	padding-bottom: 15px;
}

#footer {
	border-top-width: 500px;
	border-top-color:#0099FF;
}

#footer ul {
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color:#008bd6;
	padding-top: 5px;	
}

#footer li {
	display: inline;
	margin-left: -38px;
	margin-right: 38px;
}

#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666;
	float: right;
	margin-top: -26px;

}
	
	

