body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(headerBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FEFEFE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div, p, ul, h1, h2, h3, form, img {
margin:0px;
padding:0px;
}
a{
	text-decoration:none;
}
ul {
list-style-type:none;
}
#wrapper {
	margin:0pt auto;
	width:900px;
	
}
#header {
	background-image:url(headerLogo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:129px;
	
}

#content {
	
}
#main {
	width:610px;
	float:left;
	padding:20px;
	color:#333333;
}
#main p{
	padding-top:15px;
	padding-bottom:15px;
	text-indent:5px;
}
#main h1 {
	font-size:30px;
	line-height: 1.3em;
	font-family: "Trebuchet MS";
}
#main h2 {
	padding-top:10px;
	padding-bottom:5px;
	font-size:12px;
	line-height: 1.3em;
	height:10px;
	font-family: "Trebuchet MS";
}

#main h3 {
	font-size:20px;
	line-height: .9em;
	font-family: "Trebuchet MS";
}

#main h4 {
	font-size:25px;
	line-height: .9em;
	font-family: "Trebuchet MS";
}

#sideBar {
	padding:20px;
	padding-top:30px;
	width:210px;
	height:400px;
	float:right;
	
}
#footer {
	clear:both;
	
	color:#555555;
	font-size:9px;
	border-bottom:1px solid #dddddd;
	text-align:right;
	padding:3px;
	padding-right:5px;
}
#menu {
	height:37px;
	padding-left:20px;
}
#menu ul li a {
	width:100px;
	height:20px;
	display:block;
	height:24px;
}
#menu ul li a b{
	display:none;
}
#menu ul li {
	height:20px;
	margin-top:6px;
	list-style:none;
	display:inline;
	float:left;
	padding-right:10px;
}
#menu ul li.about {
	width:100px;
	background:#eeeeee url(menu01.jpg) no-repeat ;
}
#menu ul li.portfolio {
	width:100px;
	background:#eeeeee url(menu02.jpg) no-repeat ;
}
#menu ul li.contact {
	width:100px;
	background:#eeeeee url(menu03.jpg) no-repeat ;
}

#menu ul li.about a.selected,#menu ul li.contact a.selected,#menu ul li.portfolio a.selected{
	width:100px;
	background-position:0 -23px;
}

#menu ul li.about a{
	width:100px;
	background:url(menu01.jpg) no-repeat ;
}
#menu ul li.portfolio a{
	width:100px;
	background:url(menu02.jpg) no-repeat ;
}
#menu ul li.contact a{
	width:100px;
	background:url(menu03.jpg) no-repeat ;
}

#menu ul li.about a:hover{
	width:100px;
	background:url(menu01.jpg) no-repeat ;
	background-position:0 -23px;
}
#menu ul li.portfolio a:hover{
	width:100px;
	background:url(menu02.jpg) no-repeat ;
	background-position:0 -23px;
}
#menu ul li.contact a:hover{
	width:100px;
	background:url(menu03.jpg) no-repeat ;
	background-position:0 -23px;
}
.mainLogoLink {
	text-indent:-5000px;
	width:200px;
	height:120px;
	display:block;
	overflow:hidden;
}

