

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 20px;	
}

body {
	/* BG-Color: */
	background-color: #4C6440;
	text-align: center;
	margin-top: 20px;
}

.page {
	/* Page width: */
	width: 60%;
}

#logo {
	background-image: url("../images/toptitle.png");	
	height: 4.7em;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
	
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #FFFFFF;
}

#logo_black {
	/* logo color 2: */
	color: #FF138C;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: 10px;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #000000;
	text-decoration: none;
}

#padding {
	padding: 15px;
}

/* #title {
	background-image: url("../images/toptitle.png");
	background-repeat: no-repeat;
	
	}*/
	

#innerpage {
	/* Background image: */
	background-image: url("../images/home.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	height: 300px;
}

#innerpagebio {
	/* Background image: */
	background-image: url("../images/bio.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	height: 300px;
}

#innerpageport {
	/* Background image: */
	background-image: url("../images/portfolio.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	height: 300px;
}

#innerpagemusic {
	/* Background image: */
	background-image: url("../images/music.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	height: 300px;
}

#innerpagecontact {
	/* Background image: */
	background-image: url("../images/contact.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	height: 300px;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 260px; 
	height: 286px;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 12px;
	overflow: auto;
}

#contentbio {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 	
	width: 400px;
	height: 287px;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 12px;
	overflow: auto;
}

#content p {
	font-size: 12px;
}

#contentbio p {
	font-size: 12px;
}

/* heading */
#content h1 {
	font-size: 16px;
	font-family: Trebuchet MS;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #BF2016;
}

#contentbio h1 {
	font-size: 16px;
	font-family: Trebuchet MS;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #BF2016;
}


/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}

#contentbio a:link {
	color: #C2361D;
}

#contentbio a:hover, #content a:active {
	color: #33201D;
}

#contentbio a:visited {
	color: #892614;
}

#resume {
float: right;
margin: 0 auto;
	text-align: right;
	color: #00FFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: 4.3em;
	
	}
	
#resume a:hover, #resume a:active {
	color: #000000;
	text-decoration: none;
}
	
#news {
	
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 12px;
}


