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

/*MAIN & TEXT*/

body {
	background-color:#230402;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#FFEDD6;
	line-height:normal;
}

h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#630;
	line-height:normal;}

a img.thumb {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

a:hover img.thumb {
	margin: 0px;
	padding: 0px;
	border:none;
	background-color:#ffffff;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;

}

a:visited img.thumb {
	background-color: #ffa108;
}

a:link {
	text-decoration: none;
	color:#CD9976;
	outline: none;
}

a:visited {
	text-decoration:none;
	color:#CD9976;
	outline: none;
	
}

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

a:active {
	text-decoration:none;
	color:#F2E1C0;
	outline: none;

}

a:link.text {
	text-decoration: none;
	color:#9F1C38;
}

a:visited.text {
	text-decoration:none;
	color:#9F1C38;
	
}

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

a:active.text {
	text-decoration:none;
	color:#D35079;

}

li {
	
	list-style:none;
	display:inline;
	padding:26px;

	}
	
li.photos {
	
	list-style:none;
	display:inline;
	padding:10px;

	}

/*DIVS*/
/*DIVS*/
/*DIVS*/
/*DIVS*/
/*DIVS*/
/*DIVS*/
/*DIVS*/

div#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	/*border:medium dotted #FFF;*/
	margin-top:25px;
}

div#header {

	width: 800px;
	height: 100px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 0px;
}

div#navbar {

	width: 550px;
	height: 20px;
	float:right;
	margin-top: 75px;
	margin-left: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#FFEDD6;
	line-height:normal;
}

div#photo {

	width: 250px;
	height:500px;
	background-image:url(../images/photo.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	padding-right:0px;
	margin-left: 0px;
	float: left;
}

div#contentBox {

	width:550px;
	height:500px;
	background-image:url(../images/main_area.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:0px;
	padding-top:10px;
	position:relative;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12.25px;
	color:#630;
	line-height:normal;
}

div#contentBox2 {

	width:275px;
	height:475px;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	position:relative;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12.25px;
	color:#630;
	line-height:normal;
}


div#portfoliotitle {
	width:500px;
	height:20px;
	margin-top:0px;
	border-bottom: 2px;
	border-color:#ffffff;
}

div#musictitle {
	float:left;
	width:450px;
	height:20px;
	margin-top:15px;
	padding-top:25px;
	border-bottom: 2px;
	border-color:#ffffff;
}

div#musicplayer {
	float:left;
	width:450px;
	height:23px;
	/*border:thick dotted #CC0000;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	padding-top:7px;
	float: left;
}

div#text {

	width:450px;
	/*border:thick dotted #CC0000;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	margin-left:50px;
	margin-top:0px;
	padding-top:20px;
	float: left;
	color:#630;
	line-height:133%;
}

div#text_column {

	width:200px;
	/*border:thick dotted #CC0000;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	margin-left:20px;
	margin-top:0px;
	padding-top:30px;
	float: left;
	color:#630;
	line-height:130%;
}

div#footer {

	margin-left: 0px;
	margin-top:0px;
	margin-bottom:7px;
	clear: both;
	position:fixed:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#CD9976;
	line-height:normal;

}

div#footer2 {

	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#CC9EB2;
	clear: both;
	position:fixed:center;

}
