/*
STYLE SHEET FOR [x] WEB SITE
Created by Andy McEniry
www.digital-precision.co.uk
*/

/*  DEFAULT ITEMS  //////////////////////////////////////////////////*/
   
* { /* Resets margin & padding of all elements */
	margin:0px;
	padding:0px;}

* img { /* Takes borders off of all images as standard */
	border:0px;}

a:link, a:visited, a:hover, a:active {
	color:#fff;
	text-decoration:none; }
	
a.menu_links:link, a.menu_links:visited {
	color:#fff;
	text-decoration:none; }
	
a.menu_links:hover, a.menu_links:active {
	color:#fc0;
	text-decoration:none; }
	
a.footlinks:link, a.footlinks:visited {
	color:#C967CC ;
	text-decoration:none; }
	
a.footlinks:hover, a.footlinks:active {
	color:#fff;
	text-decoration:none; }
	
a.baklinks:link, a.baklinks:visited {
	color:#C967CC ;
	text-decoration:none; }
	
a.baklinks:hover, a.baklinks:active {
	color:#fff;
	text-decoration:none; }

body {
	margin:20px auto;
	background:#606 url(images/bg2.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#303;
	font-weight:normal;
	text-align:justify; }
	
#RSJ {
	float:right; display:inline;
	width:0px; height:330px;}
	

/*  WRAPPERS  //////////////////////////////////////////////////*/	

#wrapper{
	margin:0px auto;
	width:760px;
	height:auto;
	border:1px solid #fff;
	background:#C967CC url(images/watermark.jpg) bottom right no-repeat;}
	
#header{
	margin:0px 0px 0px 0px;
	width:760px;
	height:auto;}
	
#menu {
	float:left; display:inline;
	width:170px;}
	
#menu p {
	margin:5px;
	color:#fff;}
	
#main {
	float:left; display:inline;
	width:590px;}

#footer {
	margin:0px auto;
	width:760px; height:20px; 
	line-height:20px; 
	border:1px solid #fff; border-top:0px;
	background:#939; }

#footer p {
font-size:80%; color:#C967CC; margin:0px 10px;}

#backlinks {
	margin:0px auto;
	width:760px; height:20px; 
	line-height:20px;
	text-align:right; }

#backlinks p {
font-size:80%; color:#C967CC; margin:0px 10px;}

p {
	margin:10px 10px;}
	
	
h2 {
	margin:10px 10px;
	color:#fc0;
	line-height:28px;
	font-size:150%;}
	
.menu_item_head {
	margin:0px 0px 0px 10px;
	width:150px;}
	
.menu_item {
	margin:0px 0px 0px 10px;
	width:150px;
	border-top:1px solid #fff;}
	
.menu_item img {
	float:left; display:inline;
	margin:0px 3px 0px 0px;}
	
.image_holder {
	float:left; display:inline; margin:0px 4px 12px 10px;
	width:180px; height:180px;
	bbackground:#939;}
	
/* IMAGES */

img.welcome {	
	float:right; display:inline;
	width:180px;
	border:1px solid #fff;
	margin:0px 20px 20px 20px;}
	
	
/* GUESTBOOK */

.entry_header {
	float:left; display:inline; color:#2068cb;
	width:570px; height:18px;
	background: url(images/png_black_25.png); 
	margin:5px 5px 0px 5px;}
	
.entry_header h5 {
	float:left; display:inline;
	font-size:100%; font-weight:bold;
	line-height:18px;	color:#fc0;
	margin:0px 5px;}
	
.entry_header h6 {
	float:right; display:inline; color:#fff;
	font-size:90%; font-weight:normal;line-height:18px;
	margin:0px 5px;}
	
.entry_body {
	float:left; display:inline;
	width:570px; 
	background: url(images/png_black_10.png); 
	margin:0px 5px 10px 5px;}
	
.entry_body p {
	margin:0px 5px;}
	
#guestbook_flash {
	float:left; display:inline;
	margin:0px 5px;}
	
#contact_flash {
	float:left; display:inline;
	margin:0px 5px;}
	