@charset "UTF-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0; 
} 
table { 
border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img {  
border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; 
font-weight:normal; 
} 
ol,ul { 
list-style:none;
} 
caption,th { 
text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal;
margin:0px;
padding:0px;
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym { border:0; 
} 






/*my styles*/

body{
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:13.5px;
line-height:110%;
color:#000000;
background-image:url(images/stripe.jpg); background-position:top; background-repeat:repeat-x;
}

#wrap{
	width:814px;
	height:1300px;
	margin-left:auto;
	margin-right:auto;
}


#leftcolumn{
	width:171px;
	height:1300px;
	float:left;
	background:url(images/left_grey.jpg) 0 0 repeat-y;
}


#icon{
	width:171px;
	height:102px;
	background-image:url(images/icon.jpg);
}

#homebutton{
	width:171px;
	height:55px;
}

a.homebox{
	display:block;
	width:171px;
	height:55px;
	background:url(images/home_on.jpg) 0 0 no-repeat;
	text-decoration:none;
	}


#aboutbutton{
	width:171px;
	height:42px;
}

a.aboutbox{
	display:block;
	width:171px;
	height:42px;
	background:url(images/about_button.jpg) 0 0 no-repeat;
	text-decoration:none;
	}


a:hover.aboutbox{
background-position:-171px 0;
}
#interestsbutton{
	width:171px;
	height:45px;
}

a.interestsbox{
	display:block;
	width:171px;
	height:45px;
	background:url(images/interests_button.jpg) 0 0 no-repeat;
	text-decoration:none;
	}

a:hover.interestsbox{
background-position:-171px 0;
}

#contactbutton{
	width:171px;
	height:42px;
}

a.contactbox{
	display:block;
	width:171px;
	height:42px;
	background:url(images/contact_button.jpg) 0 0 no-repeat;
	text-decoration:none;
	}

a:hover.contactbox{
background-position:-171px 0;
}

#rightcolumn{
	width:643px;
	height:1300px;
	float:right;
}

#logo{
	width:307px;
	height:102px;
	float:left;
	background-image:url(images/logo.jpg);
}

#photos{
	width:336px;
	height:213px;
	float:right;
	background-image:url(images/photos.jpg);
}

#header{
	width:307px;
	height:111px;
	float:left;
}

#bodyback{
	width:643px;
	height:400px;
	background-image:url(images/bodyback.jpg);
}

#textbox{
	width:450px;
	height:800px;
	margin-left:60px;
}

a:link{
	color:#666;
	text-decoration:underline;
}

a:visited{
color:#666;
text-decoration:underline;
}


a:hover{
	color:#CC0000;
text-decoration:none;
}


.style1{ font-family:Arial, Helvetica, sans-serif; font-size: 15px; line-height: 140%; color: #CCCCCCC; text-align:left; font-weight:bold}
.style2{ font-family:Arial, Helvetica, sans-serif; font-size: 15px; line-height: 140%; color: #CC0000; text-align:left; font-weight:bold}
.style4{ font-family:Arial, Helvetica, sans-serif; font-size: 13.5px; line-height: 140%; color: #CCCCCCC; text-align:left; }


