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

html {
	height: 100%;
}

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

a {
	text-decoration: none;
}

 a img {
	border: none;
}

p {
	margin-left: 5px;
	margin-bottom: 25px;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: 181818;
}



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

#rightside {
	width: 420px;
	height: 478px;
	clear: both;
	float: right;
	margin-top: -80px;
}

#lefthome {
	float: left;
	margin-top: -140px;
	width: 80px;
}

#name1 {
	clear: both;
	float: left;
	padding-left: 98px;
}

#homemain {
	float: right;
	width: 240px;
}

#logo {
	float: left;
	margin-top: 38px;
	
}

#name {
	margin-top: 50px;
	margin-left: 5px;
	margin-bottom: 25px;
}

#contact{
	margin-top: 80px;
}

#topnavbar {
	float: right;
	width: 760px;
	margin-bottom: 0;
	margin-top: 35px;
	margin-right: 14px;
}

#topnavbar ul {
	float: right;
	margin-left: -15px;
	margin-right: -9px;
	margin-bottom: -43px;
}

#topnavbar li {
	display: inline;
	margin-left: 30px;
}



#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 {
	height: 16px;
	background-image: url(images/triangle1.jpg);
	background-position: center bottom ;
	background-repeat:no-repeat;
}

#email {
	color: #000000;
}
	

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


#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;
}
	
	

