	body{
	margin: auto;
	width: 728px;
	background-color:#EFECE8;
   background-image:url('/images/v1-bg.png');
   background-repeat:repeat-x;
   background-position:center top;
	font: 8pt Arial;
	color: #A59B99;
	text-align: justify;
 }

b, strong {
	color: #A59B99;
}

i {
color: #A59B99;}

a {
	text-decoration: none;
	color: #CCA7A7;
}
a:hover {
	color: #EDE0E1;
}
a img {
	border: 3px solid #CCA7A7;
}
a:hover img {
	border: 3px solid #EDE0E1;
}
table, tr, td {
	font: 8pt Arial;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #a8c3ca;
	margin: 1px;
	font: 8pt Arial;
	color: #989898;
}
h1 { 
       background: none;
	font: 16pt Georgia;
	font-style: italic;
	color: #B9AFAC;
	margin: 0px; }

h2 { 
       background: none;
	border-bottom: 1px dotted #F5F4F2;
	font: 8pt Trebuchet MS;
	font-style: italic;
	color: #DCC4C4;
	margin: 0px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	 }

h3 { 
       font: 17px Georgia;
	font-style: italic;
	color: #978C94;
	text-align: center;
	text-transform: lowercase;
	margin: 0px;
	padding: 5px;
}

div.main {
	background: #EBE6E0;
	border: 1px solid #E1DBD4;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
}
#header{
   position:absolute;
   width: 728px;
   height: 490px;
}
#ad{
   position:absolute;
   top: 0px;
   width: 728px;
   height: 90px;
   margin-left: 0px;
}
#welcome{
   position:absolute;
   top: 190px;
   width: 220px;
   height: 100px;
   margin-left: 320px;
   color: #A59B99;
}
#sidebar{
   position:absolute;
   top: 397px;
   width: 225px;
   margin-left: 500px;
   background: #F5F3F1;
}

#content{
   position:absolute;
   top: 410px;
   width: 490px;
   margin-left: 3px;
}