/* http://www.loveisonlysleeping.com CCS - copying is a form of flattery */

body {
	/* Remove the whitespace on the top and sides of the page. */
	margin: 0;
	padding: 0;
	background-image: url("SilverRomanticFabric.jpg");
	background-repeat: repeat-xy; 
	background-color: #;
}





		
	
div#wrap {
	/*Center the content. 900px is the width of the image.*/
	width: 900px;
	margin: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(""); 
	background-repeat: ; 
	background-color: #FFFFFF; 
	
	border: 1px dashed #000000; 	
}

	



div#left {
	width: 55%;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 0px;
}



div#right {
	float: right;
	width: 42%;
	margin-top: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 35px;
}



div#content {
	font-family: Georgia, serif;
	font-size: 14px;
	text-align: justify;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 20px;
	background-color: transparent; 
}


div#content 

a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003a6b;
	text-transform:uppercase;
	cursor: crosshair;
	font-weight: bold;
}


div#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #000000;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 17px;
	background-color: transparent; 
}


div#footer 

a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003a6b;
	text-transform:uppercase;
	cursor: crosshair;
	font-weight: bold;
}


