/* pagestyle.css */
/* stylesheet for iXora Web Design pages */
/* June 2008 */
/* Modified June 2009 */


body{
	margin:0; /* removes auto white margin space around page */
	padding:0;
	color:#8B4513; /* sienna - text color */
	background-color:#E4FEFE; /* light blue PSP */
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}


a:link{color:#FF4040;}/* red-orange */
a:visited{color:#FF7F50;/* coral */
	outline-style:none;
}

/* {border:thin dotted red;}  */ 

a:hover{color:#8B4513; /* sienna */}

#wrapper{
	width:800px;
	margin:auto;
}

#header{
	height:100px; 
	width:100%; 
	background-image:url("../graphics/backtile.jpg");
	background-repeat:repeat-x;
	border-bottom:thin solid #E9DEC0; /* tan */
	position:absolute;
	top:0;
	left:0;
}



#sidebar{
	width:200px;
	position:absolute;
	left:130px;
	top:125px;
} 

#main{
	width:550px;
	position:absolute;
	left:300px;
	top:125px;
}

#info{
	width:500px;
	background-color:#E9DEC0; /* tan */
	font-weight:bold;
	position:relative;
	left:20px;
	padding:10px;
}

#rightbox{
	color:#00008B; /* dark blue */
	width:225px;
	height:550px;
	float:right;
	margin-left:30px;
}

#sitebox{
	
	color:#00008B; /* dark blue */
	width:300px;
	float:right;
}

#privatebox{
	
	color:#00008B; /* dark blue */
	width:470px;
	float:right;
	padding:5px;
	border:thin solid #E9DEC0; /* tan */
	margin-bottom:20px;
}

#questions {
	width:280px;
	
}

#answers {
	width:500px;
	margin-top:150px;
}


li{
	padding-bottom:5px;
}

p.samplebox{
	width:240px;
	height:150px;
	float:right;
	margin-right:50px;
	font-weight:bold;
	color:#00008B; /* dark blue */
}
	

p.regb{
	font-weight:bold;	
}

p.samples{
	width:500px;
	position:relative;
	top:25px;
}

p.sidebox{
	font-size:8pt;
	font-weight:bold;
	color:#00008B; /* dark blue */
	width:200px;
	position:relative;
	left:5px;
} 

p.credits{ 
	font-size:8pt;
	text-align:center;
  	
}

a.top{ 
	font-size:8pt;
	margin-left:175px;
}
	
img{
	border:none; 
}

img.wee{
	border:none;
	position:relative;
	left:5px;	
}


img.logo{
	margin-left:120px;
} 


img.staff{
	border:none;
	margin-left:100px;
}

img.sample{
	border:none;
	margin-bottom:10px;
}
 

		
dt{
	font-weight:bold;
}
	
		
dd{
	margin-bottom:50px;
}


ul.first{
  	list-style-image:url("../graphics/wee3.jpg");
	font-weight:bold;
	font-size:10pt;
}


ul.second {
	font-size:10pt;
	list-style-image:url("../graphics/bullet.jpg");
	
}

ul.products {
	font-size:8pt;
	font-weight:bold;
	list-style-image:url("../graphics/bullet.jpg");
	margin-left:-30px;
	
}


h1{
	color:#00008B; /* dark blue */
}

table{
	font-weight:bold;
}



