/* 
.....................................................................................
	CLASSES 
	custom style formatting
.....................................................................................
*/
	
.body {
font-family:courier new,courier,arial,verdana;
font-size:12px;
line-height:20px;
color:#333376;
}

.body2 {
font-family:courier new,courier,arial,verdana;
font-size:12px;
line-height:14px;
color:#333376;
}

.body-blue {
font-family:courier new,courier,arial,verdana;
font-size:12px;
line-height:20px;
color:#60A1C3;
}

.tiny	{
font-family:arial,verdana;
font-size:10px;
line-height:12px;
color:#333376;
}

.footer	{
font-family:arial,verdana;
font-size:10px;
color:#6b7028;
}

A  { 
color: #333376; 
text-decoration: none; 
}

A:hover {
color: #333376;
text-decoration: underline;
}
	



/* 
.....................................................................................
	DIVS
	site positioning
.....................................................................................
*/


body {
background-color:#fffef2;
margin:0px;
padding:0px;
}

img	{
border:0px;
}

body {
	background-color:#32336a;
	background-image: url(http://www.velvetandtweed.com/img/toile.gif);	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/* part 1 of 2 centering hack */
	color:#32336a;
	}

#box {
	background-color:#fffef2;
	color:#fffef2;	
	border-left:1px solid #fffef2;
	border-right:1px solid #fffef2;	
	border-top:1px solid #fffef2;
	border-bottom:1px solid #fffef2;	
	margin-bottom: 10px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 800px; 
	height: 400px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#header {
	background-color:#fffef2;
	color:#fffef2;	
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	}

#main {
 	background-color:#fffef2;	
	position: absolute;
	margin-left:10px;
	top:142px;
	width:516px;
	height:378px;
	padding:0px;
	}
