/* Main Styles for mimijensen.com */

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

#container{
	width: 700px;
	background-color: #fff;
	border: 1px solid #000;
	border-top: 5px solid #666;
	padding: 10px;
	text-align: left;
	}

#container a{
	color: #666;
	}

#logo{
	text-align: center;
	padding-bottom: 25px;	
	}

#content{
	font: 12px arial, verdana;
	line-height: 18px;
	margin-left: 30px;
	margin-right:30px;
	}

#listing{
        font: 12px arial, verdana;
	}

#listing th{
	text-align: left;
	}

#listing td{
	padding-top: 3px;
	padding-bottom: 3px;
	}

#thumbcontainer{
	border-top: 1px solid #666;
	}

#largetext{
	font-family: arial, verdana;
	font-size: 12px;
	}

#thumbtext .pictitle{
	color: #666;
	font-size: 11px;
	font-family: arial, verdana;
	font-weight: bold;
	}

#thumbtext{
	font-size: 11px;
	font-family: arial, verdaa;
	color: #666;
	}

.pictitle{
	color: #666;
	font-size: 12px;
	font-family: arial, verdana;
	}

.contactTitle{
	vertical-align: top;
	font-weight: bold;
	color: #666;
	}

.required{
	color: #cc0000;
	}

#reddot{
	font-family: arial;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #666;
	}

#copyright{
	font: 10px arial, verdana;
	text-align: center;
	}

/* Nav Styles */

#backbutton{
	width: 45px;
	font-family: arial, verdana;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	}

#backbutton a{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	color: #666;
	font-size: 11px;
	}

#backbutton a:hover{
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	}

#testnav{
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	color: #666;
	text-align: center;
	z-index: 2;
	}

#navline{
	border-bottom: 1px solid #000;
	z-index: 1;
	}

#testnav a{
	border: 1px solid #666;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: arial;
	font-size: 11px;
	color: #666;
	}

#testnav a:hover{
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	}

#testnav a.current{
	border-top: 2px solid #981A01;
	border-bottom: 2px solid #981A01;
	color: #000;
	}
	
#subnav{
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	color: #333;
	}

#subnav a{
	border: 1px solid #666;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	}

#subnav a:hover{
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	}

#subnav a.current{
	border-top: 2px solid #981A01;
	border-bottom: 2px solid #981A01;
	color: #000;
	}
	

#navcontainer
         {
	font: 12px arial, century gothic, verdana;
         margin-left: auto;
         margin-right: auto;
         margin-bottom: 40px;
         z-index: 1;
         }
         
         #navcontainer ul
         {
         list-style-type: none;
         text-align: center;
         margin-top: -8px;
         padding: 0;
         position: relative;
         z-index: 2;
         }
         
         #navcontainer li
         {
         display: inline;
         text-align: center;
         margin: 0 5px;
         }
         
         #navcontainer li a
         {
         padding: 1px 7px;
         color: #333;
         background-color: #fff;
         border: 1px solid #333;
         text-decoration: none;
         }
         
         #navcontainer li a:hover
         {
         color: #000;
         border: 1px solid #333;
         border-top: 2px solid #333;
         border-bottom: 2px solid #333;
         }
         
         #navcontainer li a#current
         {
         color: #000;
         border: 1px solid #333;
         border-top: 2px solid #981A01;
         border-bottom: 2px solid #981A01;
        }
