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:#111111;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div, p, ul, h1, h2, h3, form, img {
margin:0px;
padding:0px;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
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:#CCCCCC;
}
#main p{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:2px;
}
#main img{
	padding-top:10px;
}
#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 h4 {
	color:#CCCCCC;
	font-size:10px;
	margin-top:0px;
    text-align:right;
}

#main h2 a{
	padding-top:10px;
	padding-bottom:5px;
	font-size:12px;
	line-height: 1.3em;
	height:10px;
	font-family: "Trebuchet MS";
}

#sideBar {
	padding:20px;
	width:210px;
	height:500px;
	float:right;
	
}
#footer {
	clear:both;
	
	color:#EEEEEE;
	font-size:9px;
	border-bottom:2px solid #EEEEEE;
	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;
}
p a img {
	border:none;
}

.mainLogoLink {
	text-indent:-5000px;
	width:200px;
	height:120px;
	display:block;
	overflow:hidden;
}
