body { /*sets styles for global document*/
	background-color: #fff;
	color: #000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	}
table.bg {
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background-color: #fff;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 880px;
}
hr {
	width: 700px;
	color: #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
a:link { /*sets styles for links*/
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color: #ff0000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a.nav:link { /*sets styles for links*/
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:visited {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:hover {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
h1 {		font-size: 1.2em; 
			line-height: 155%; }
			
h2 {		font-size: 1em; 
			line-height: 155%; }

h3 {		font-size: 1em;
			font-weight: normal;
			font-style: italic;
			line-height: 155%; }

p.first { 
	width: 700px;
	line-height: 100%;
	font-size: 12px;
	text-align: justify;
	}
			
#navbar { width: 150px; float: left; padding: 10px; background: #e1e1e1;
	border-top: 2px solid #f3f3f3;
	border-left: 2px solid #f3f3f3;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	text-align: justify;
	}

#navbar ul {  margin:0px;
              padding:0px;
              list-style:none
           }
#navbar li { font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 155%; }
#navbar a       { text-decoration: underline; font-weight: bold }
#navbar a:hover { text-decoration: none  }

#trades {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}
#trades li { font-family: Verdana, Arial, Helvetica, sans-serif; }
#trades a       { text-decoration: underline; font-size: 12px; }
#trades a:hover { text-decoration: none  }

#main { margin-top: 0px; width: 610px; float: left; padding: 0px 10px; text-align: center }
#main h1 { background: #e1e1e1; width: 590px;
        border-top: 2px solid #f3f3f3;
        border-left: 2px solid #f3f3f3;
        border-right: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        margin: 5px 5px 0px 0px;
 clear: both}

#model    { width: 145px; margin: 0px; float: left; margin: 5px 5px 0px 0px; }

#model    p { background: #eee;
          border-top: 2px solid #f3f3f3;
          border-left: 2px solid #f3f3f3;
          border-right: 2px solid #ccc;
          border-bottom: 2px solid #ccc;
          font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 155%;
          float: left;
          margin: 0px;
          text-align: center;
          width: 140px;
          }
          
#model    img { border: 2px solid #000 }  
#model    a       {font-weight: bold; }
          a:hover {text-decoration: none }

#featured   { padding: 5px; text-align: center }
#featured p { font: 12px arial; margin: 0px }    
#featured img { border: 1px solid #000 }     

/* profile page */
#wrapper { width: 640px; font-size:10px; }
#wrapper p { margin-top: 0;	margin-right: 0; margin-bottom: 4px; margin-left: 0; }
#wrapper .col-1 {width:360px; margin-right:5px; float:left; text-align:center; }
#wrapper .col-2 {width:275px; float:left;}

.frame { background-color: #eee; padding: 4px; border: 2px solid #bbb; }
#other_models .model { width:49%; float:left; text-align:center; }
#other_models .model a { font-weight:bold; }
#other_models .model p { font-size:9px; margin-top: 0;	margin-right: 0; margin-bottom: 2px; margin-left: 0; }

#details label { width:120px; font-weight:bold; display:block; float:left; }
#details p { margin:0; }
.col-1 img { border:2px solid #000; }
.col-2 img { border:1px solid #000; }



#footer {
clear: both;
text-align: center;
font-size: 12px;
}
