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

body {background-color:#ccc8b8; color:#660000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#bodytext {background-color:#FAF8F9; width:500px; float:right;}

#header { position:absolute;
 top:0;
 left:124px;
 width:800px;}
 
#sideimg {
 position:absolute;
 top:151px;
 left:124px;
 width:177px; 
 height:650px; 
}
 
 #bodytext {
	position:absolute;
	top:150px;
	left:124px;
	width:600px;
	height:auto;
	text-align:left;
	vertical-align:text-top;
	padding-left:200px;
}

#gallery {background-color:#DDDBD0; border:medium; width:500px; padding:20px; text-align:center; vertical-align:top;
}
#profile {background-color:#DDDBD0; border:medium; width:640px; padding:10px;  vertical-align:top;
}
#galleries {background-color:#DDDBD0; border:medium; width:500px; padding:10px; vertical-align:top; text-align:center;
}
a:link { color:#A86C36;text-decoration:none;}
a:active {font-weight:400; color:#A86C36; text-decoration:none;}
a.hover {font-weight:400; text-decoration:underline; color:#000000;}
a:visited {color:#BCBC04;text-decoration:none;}