html 
{
	background: url('../img/bg.png');
}

body
{
	background: url('../img/bggradient.png') repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	color: #e8f8ff;
}

a, a :link, a:visited
{
	color: white;	
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px dotted #d9bee4;
	margin-bottom: -4px;
	outline-style: none;
}

a:hover, a:active, a.selected
{
	color: #51b0ff;
	text-decoration: none;
	font-weight: bold;
	outline-style: none;
	cursor: pointer;
	border-bottom: 1px dotted #d9bee4;
	margin-bottom: -4px;
}

img a:visited { border: 2px solid white; }

a.outgoing 
{
	float: right;
	vertical-align: bottom;
	margin-bottom: -3px;
}


a.img 
{
	border: 3px solid #552369;
	margin: 5px;
}

a.me  { margin-top: 2px; }

a.scene { margin-top: 0px; }

a.noclick { cursor: default; }

a.right
{
	float: right;
	margin-left: 15px;
}

a.left
{
	float: left;
	margin-right: 15px;
}

a.center
{
	text-align: center;
	margin: auto;
}

ul
{
	padding: 0;
	list-style-image: url('../img/bullet.png');
	list-style-type: square;
	margin-left: 25px;
	margin-top: 5px;
}

b
{
	font-weight: bold;
	color: white;
}


#wrap 
{
	width: 1020px;
	text-align: center;
	margin: auto;
}

#upper
{
	width: 1020px;
	height: 515px;
	background: url('../img/web.png') no-repeat;
	text-align: center;
	margin: auto;
}

#banner
{
	height: 60px;
	width: 290px;
	float: left;
	margin-left: 350px;
	margin-top: 70px;
}

#menu
{
	background: url('../img/buttons.png') center center no-repeat;
	width: 623px;
	height: 37px;
	margin-top: 14px;
	margin-left: 196px;
	float: left;
}

/*Buttons*/
div.button 
{
	background: url('../img/buttons_glow.png') 0px 1px no-repeat;
	height: 37px;
	float: left;
	opacity: 0.0;
	filter:alpha(opacity=0);
	cursor: pointer;
}

div.about
{
	background-position: 0px 1px;
	width: 74px;
	margin-left: 0px;
}

div.scene
{
	background-position: -93px 1px;
	width: 68px;
	margin-left: 19px;
}

div.photo
{
	background-position: -188px 1px;
	width: 66px;
	margin-left: 27px;
}

div.art
{
	background-position: -285px 1px;
	width: 40px;
	margin-left: 31px;
}

div.design
{
	background-position: -357px 1px;
	width: 68px;
	margin-left: 32px;
}

div.links
{
	background-position: -457px 1px;
	width: 52px;
	margin-left: 32px;
}

div.contact
{
	background-position: -536px 1px;
	width: 87px;
	margin-left: 27px;
}

#mainwrap
{
	width: 560px;
	min-height: 800px;
	height: 100%;
	float: left;
	margin-left: 100px;
	margin-top: -280px;
	margin-bottom: 20px;
	
}

#lower
{
	width: 762px;
	float: left;
	margin-left: 128px;
	background: url('../img/mainbg.png') repeat-y;
}

.box
{
	width: 560px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.header
{
	float: left;
	background: url('../img/header.png') repeat-x;
	width: 560px;
	height: 49px;
	margin: 0;
	padding: 0;	
}

.title 
{
	padding-left: 5px;
	margin-top: -12px;
	text-align: left;
	float: left;
	color: #f9f4ff;
	font-size: 22px;
	font-weight: bold;
}

.img
{
	border: 2px solid #e8f8ff;
	min-width: 50px;
	min-height: 50px;
}

.smallimg
{
	min-width: 30px;
	min-height: 30px;
}

.date 
{
	float: right;
	text-align: right;
	font-size: 10px;
	color: #afd9ed;
	margin: 0;
	padding: 0;
}

.contentwrap
{
	border-left: 1px solid #1f0629;
	border-right: 1px solid #1f0629;
	width: 559px;
	height: auto;
	float: left;
	margin-top: -37px;
}

.content
{
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	width: 539px;
	min-height: 40px;
	float: left;
	text-align: left;
	margin-bottom: -25px;
	z-index: 2;
	position: relative;
	background-color: #66367a;
}

.footedge 
{
	border-left: 1px solid #1f0629;
	border-right: 1px solid #1f0629;
	width: 559px;
	height: 55px;
	float: left;
}

.footer
{
	background: url('../img/bottom.png') repeat-x;
	height: 77px;
	width: 559px;
	float: left;
	margin-left: 1px;
	margin-top: -55px;
	z-index: 1;
	position: relative;
}

.outline
{
	border: 1px solid #623476;
	background: #552369;
	padding: 10px;
	width: auto;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

.gallery { margin-top: 15px; }

.gallery ul 
{
	list-style: none;
	background: #623476;
	padding: 10px;
	float: left;
	width: 450px;
	border: 1px solid #552369;
	margin-top: -8px;
}

.gallery li
{
	float: left;
	display: inline;
	margin: 4px;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 2px solid #552369;
	border-bottom: 6px solid #552369;
	border-right: 4px solid #552369;

}

.gallery a
{ 
	width: 60px; 
	height: 60px;  
	float: left; 
	text-align: center; 
	background-color: #d9bee4;
}

.gallery img
{
	margin-top: 5px;
	border: 1px solid #a077b1;
	
}

.gallery span 
{
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
	color: #d9bee4;
}