@charset "utf-8";
/* CSS Document */

/***********************************************/
/* FindmeaMissus Style Sheet                    */
/* Author: WebCatch 2008                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	padding:0;
	margin:0;
}

img, form {
	padding:0;
	margin:0;
	border:none;
}

body{
	font:76% sans-serif;
	text-align: center;
	background-color:#7d8a2e;
}

#container{
	width:820px;
	margin: 0 auto;
	text-align: left;
	color:#333;
}

#content{
 width: 800px;
 background-color:#fff;
 padding:10px;
}

#contentSplash{
 width: 820px;
 background: url(../images/splash-content.jpg) no-repeat top left;
 height:353px;
 float:left;
 display:inline;
 clear:both;
}

#registerPanel{
  background: url(../images/register.png) no-repeat top left;
  padding-top:36px;
  margin-top:15px;
}

#searchPanel{
  background: url(../images/search.png) no-repeat top left;
  padding-top:36px;
}

#latestPanel{
  background: url(../images/latest.png) no-repeat top left;
  padding-top:30px;
}
/***********************************************/
/* Page styles                                 */
/***********************************************/ 

#header{
	padding:0;
	margin:0;
	height:200px;
}

#headerSplash{
	padding:0;
	margin:0;
	height:207px;
}

#latestSplashTitle{
 width: 820px;
 background: url(../images/splash-latest-title.jpg) no-repeat top left;
 height:38px;
 clear:both;
}

#latestSplash{
 width: 820px;
 background: url(../images/splash-latest.jpg) no-repeat top left;
 height:140px;
}

#footerSplash{
width:820px;
height:66px;
padding-top:15px;
}

#footerSplash img{
margin-top:-15px;
}

#footer{
	padding:0;
	margin:0;
}

#nav{
background-color:#8e9c39;
height:25px;
line-height:25px;
padding-right:10px;
text-align:right;
}
/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 250%;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 160%;
 padding-bottom:5px;
 color:##8e9c39;
}

h3{
 font-size: 130%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p{
	margin: 0;
	line-height: 1.5;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #336633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

a.white:hover {
	text-decoration: underline;
	font-weight:bold;
}


/***********************************************/
/* Text styles                                 */
/***********************************************/ 


.small{font:90% sans-serif;}

