body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/bg.jpg);
	color: #333333;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


th		{	font-size: 12px; font-weight: bold }
td		{	font-size: 12px;	}
select	{	font-size: 12px;	width: 150px; height: 18px;	}
input	{	font-size: 12px; height: 20px;}

a			{	text-decoration: none; 	color:#000000; }
a:hover		{	text-decoration: underline;}
/*
a.link		{	color:#A14EB7;}
a.visited	{	color:#A14EB7;}
a.hover		{	color:#A14EB7;}
a.active	{	color:#A14EB7;}
*/

a.menu			{	text-decoration: none; 	color: #FFE8FF;	}
a.menu:hover	{	text-decoration: none;	}

h1	{	font-family: Helvetica, Arial, sans-serif;	font-size: 18px; padding-bottom: 0px;}
h2	{	font-family: Helvetica, Arial, sans-serif;	font-size: 14px; }
h3	{	font-family: Helvetica, Arial, sans-serif;	font-size: 12px; }
hr	{	background-color: #FFE8FF; color: #FFE8FF;; border-width: 0px; height: 1px; width: 600px; margin-left: 0px}
.SiteHeader { font-weight: bold;}
.ProfileTable	{ }
.ProfileHeader	{ vertical-align: top; width: 100px; text-align: right; margin-left: auto; margin-right: 0px; font-family: Helvetica, Arial, sans-serif;	font-size: 12px; font-weight: bold; }
.ProfileContent	{ width: 200px; text-align: left; margin-left: 0px; margin-right: auto; font-family: Helvetica, Arial, sans-serif;	font-size: 12px; font-weight: normal; }
.ProfilePhoto	{ position: absolute; left: 350px; }
.ProfileThumbnail { position: relative; top: 15px; border-color: #000; color: #B158B6; border-width: 1px; border-style: solid; }
.ModelLink  { text-decoration: underline;}
.Banner { text-align: center; border-width: 1px; border-style: solid; }
.ContentThumbnail { border-color: #000; color: #B158B6; border-width: 1px; border-style: solid; margin: 5px}
.Footer { font-size:11px; }
.TagLink  { text-decoration: underline;}

#container
{
margin: 0px 5%;
background-color: #FFF;
background-position: right;
width: 1000px;
}

#banner
{
background-color: #999;
border-bottom: 1px solid #666;
}

#content
{
padding-top: 5px;
margin: 0 0 0 5px;
width: 780px;
}

#nav
{
float: right;
width: 200px;
margin-right: 10px;
padding-top: 1em;
}

#footer
{
margin: 5px;
clear: both;
}


