#container{
width: 650px;
margin: 0 auto;
text-align: center;
padding: 0px;
}

#left {
float: left;
background-color: transparent;
margin: 0 auto;
width: 330px;
}

#content {
background-color: transparent;
margin: 0 auto;
padding: 0px;
width: 320px;
float: right;
text-align: left;
color:#ffffff;
font-size:12px;
font-family:"Times New Roman", Times, serif;
line-height:15px;
}

strong {color:#943030; text-decoration:none; }

em {color:#4b2249; text-decoration:none; }



A:link, A:visited
{text-decoration: none; color:#3f3f7e;}
A:hover
{text-decoration: none; background-color: #d41457; color: #ffffff;}



body {
background-color: #b0486b;
margin: 0px;
padding: 0px;
text-align: center;}

.center { text-align: center; }


h1 { 
margin: 0px;
text-align:center;
font-family: georgia;
font-size: 15px;
color:#651a72;
line-height: 12px;
letter-spacing: 2px;
border-bottom: 0px;
font-weight: normal;
text-transform:uppercase;}

h2 { 
margin: 0px;
text-align:center;
font-family: georgia;
font-size: 14px;
color:#7e3f54;
line-height: 12px;
letter-spacing: 2px;
border-bottom: 0px;
font-weight: normal;
text-transform:uppercase;}



input, select, textarea {
        color: #000000;
	background-color: #c9c9c9;
	font-size: 10px;
        text-align: center;
        border-bottom: 2px solid #d0c46e;
        border-top: 2px solid #d0c46e;
        border-right: 2px solid #d0c46e;
        border-left: 2px solid #d0c46e;
	font-family: tahoma;
}

/* Navigation */

.nav a,.nav a:link,.nav a:active,.nav a:visited {

	background-color: #d41457;
  	color: #ffffff;
  	display: block;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
  	line-height: 18px;
	font-weight: bold;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
	padding: 2px;
	}

.nav a:hover {

	background-color: #ffffff;
  	color: #d41457;
  	display: block;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
  	line-height: 18px;
	font-weight: bold;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
	padding: 2px;

	}