 body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #edebbe;
}
/*-- TYPOGRAPHY --*/ 

h1 { font:700 2.4em/1.5em Tahoma, Arial, sans-serif; }
h2 {
	letter-spacing:-1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #9b2ea0;
	margin-bottom: 20px;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #9b2ea0;
}
p   {
	color:#FFF;
	width: 400px;
}
/*-- LINKS --*/ 
a:link {
	color:#dfd4a4
}
a:visited {
	color:#dfd4a4
}
a:active {
	color:#ffffff
}
a:hover {color:#fff}

a.selected {color:#fff;text-decoration: none;}
/* menu */
	

 ul.menu {
	color: #dfd4a4;
	width: 350px;
	margin-top: 77px;
	padding: 0px;
	margin-right: 85px;
	margin-left: auto;
	float: right;
}
.menu li {
	display: inline;
	padding: 20px;
}

#details {
	color: #dfd4a4;
	float: right;
	padding-top: 27px;
	font-size: 16px;
	margin-right: 60px;
}

/* logo */
#logo {
	height: 110px;
	width: 300px;
	z-index: 2;
	margin-right: auto;
	margin-left: 50px;
	position: absolute;
	top: -15px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -999999px;
}

/*-- LAYOUT --*/
#header{
	width: 100%;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-image: url(../images/head-bg.jpg);
}

#container {
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}


#content {
	width: 500px;
	float: left;
	display: inline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 60px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#pic {
	width: 370px;
	display: inline;    /*-- IE 5/6 Doubled Float Margin Bug --*/
	margin-top: 80px;
	margin-bottom: 60px;
	margin-right: 0px;
	float: right;
}
#footer {
	clear: both;
	width: 100%;
	background-image: url(../images/footer-bg.jpg);
	height: 125px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 100px;
}
#details a {
	color: #dfd4a4;
}
#details a:hover {
	color: #FFF;
}
#footer #rights {
	color: #FFF;
	float: left;
	font-size: 12px;
	width: 270px;
	margin-top: 20px;
}
#inner-footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer #by {
	color: #FFF;
	float: right;
	padding: 20px;
	font-size: 12px;
}.purp {
	color: #9b2ea0;
}
#gall {
	width: 500px;
	height:700px;
	float: left;
	display: inline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 60px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #5f0926;
}
#gall img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
}

#sidebar h2 {
	text-indent: -999999px;
}
#details-2 {
	color: #DFD4A4;
	font-size: 12px;
	width: 250px;
	margin: 0 auto 0 auto;	
	padding: 100px 0 0 0;
}
#details-2 a {
	color: #DFD4A4;
}
#details-2 a:visited {
	color: #DFD4A4;
}
#details-2 a:hover {
	color: #ffffff;
}
#sidebar {
	float: right;
	width: 390px;
	background-image: url(../images/Laura-main.jpg);
	height: 620px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center;
	margin-top: 130px;
	margin-bottom: 40px;
}
#billboard {
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/billboard-bg.png);
	background-repeat: repeat-x;
	position: relative;
	top: 50px;
}


/*TAbs*/

		
		
		div.domtab{
			padding:0 3em;
			width:80%;
			font-size:90%;
		}
		ul.domtabs{
	float:left;
	margin:2em 0 0 0;
	width: 20%;
	position: absolute;
	top: 100px;
	left: 100px;
		}
		ul.domtabs li{
			float:left;
			padding:0 .5em 0 0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
	width:8em;
	padding:.2em 1em;
	display:block;
	color:#dfd4a4;
	height:3em;
	font-weight:bold;
	text-decoration:none;
	background-color: #5f0926;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:3em;
		}
		ul.domtabs a:hover{
	background-color: #5f0926;
		}
		div.domtab div{
	clear:both;
	width:auto;
	color:#fff;
	padding:1em 3em;
	background-color: #5f0926;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			width:60px;
	color:#fff;
	background-color: #5f0926;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			width:60px;
			color:#fff;
		}
		p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		
		
	
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			width:60px;
	color:dadada;
	display:block;
	padding:1em .5em;
	font-weight:bold;
	font-size:1.3em;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#cfc;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		
/* other scheme! */
#other{
	font-size:0.8em;
	margin-left:0.3em;
	width:42em;
	margin-bottom:3em;
	float:left;
	position: relative;
}
div#other.domtab div{
	width:30em;
	color:#fff;
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 1em;
	padding-left: 3em;
	float: right;
	background-color: #5f0926;
}
		
#other ul.domtabs a:hover{
	background:#5f0926;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	width:60px;
	color:#fff;
	background-color: #5f0926;
}
#other div{
	float:left;
}
ul.prevnext{
display: none;
	float:left;
	width:100%;
}
ul.prevnext li{
display: none;
	float:left;
	width:49%;
}
ul.prevnext li.next{
display: none;
	float:right;
	text-align:right;
}
/*-- global links--*/
#links {
	position:static;
	left:450px;
	top:560px;
	width:126px;
	height:18px;
	z-index:8;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#links_wrap {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
}
div.scroll {
	height: 680px;
	width: 430px;
	overflow: auto;
	background-color: transparent;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.scroll_columns {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #F400A1;
		border: thin dotted #000000;
	padding-top: 10px;
	width: 530px;
}
.new_links #dv {
	text-align: center;
}
.new_links a{
	color: #4c001a;
}
.clear a{
	color: #4c001a;
}

#link-holder {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	margin-bottom: 30px;
}
a.global{color:#4c001a;}
a:hover.global{color:#ffffff;}
