/*
-----------------------------------------------
fsm main style
version: 2005.02.18
----------------------------------------------- */

h1,h2,h3,h4,h4,h6,p,span,ol,ul,li,form,img { margin:0; padding:0; font-size:100.01%; }

div.clear {
	clear:both;
	height:0;
	margin:0;
	line-height:0;
	font-size:1px;
	}

body {
  margin:0;
  padding:0;
  background:#D4D0C8;
  color:#fff;
  font-family:trebuchet ms,arial,sans-serif;
  font-size:12px;
	text-align:center;
  }

  
/* Column Structure
----------------------------------------------- */

#container {
	margin:30px auto;
	width:720px;
	border:1px #000 solid;
	text-align:center;
	background:#fff;
	}
	
	
	
#brand {
	width:700px;
	height:40px;
	text-align:right;
	margin:0 auto;
	position:relative;
	}
	
#tag {
	color:#9a8870;
	font-size:11px;
	position:absolute;
	top:14px;
	right:0;
	}
	
#logo {
	position:absolute;
	top:0;
	left:0;
	}
	
	
	
.nav {
	color:#ab9981;
	background:#000;
	width:700px;
	margin:0 auto;
	text-align:right;
	clear:both;
	}
	
.nav li {
	display:inline;
	list-style-type:none;
	padding:0 0 0 16px;
	}

.nav li a {
	color:#f90;
	background:none;
	text-decoration:none;
	font-weight:normal;
	padding:0 16px;
	}
	
.nav li a:hover,.nav li a#active {
	color:#142384;
	background:none;
	text-decoration:none;
	font-weight:normal;
	background:#fff;
	padding:0 16px;
	}
	
	
	
#header {
	width:700px;
	height:278px;
	margin:1px 10px;
	clear:right;
	}
	
#text {
	width:290px;
	height:278px;
	position:relative;
	text-align:right;
	float:left;
	color:#fff;
	}
	
#textblock {
	position:absolute;
	bottom:0;
	right:0;
	width:265px;
	margin:1em 5px 1em 20px;
	}
	
#pic {
	width:370px;
	height:278px;
	float:left;
	}
	
#thumb {
	position:relative;
	width:40px;
	height:278px;
	float:left;
	}
	
#thumb img {
	position:absolute;
	left:0;
	width:40px;
	height:30px;
	border:0;
	margin:0;
	}
	
#headerBlank {
	width:698px;
	margin:0 10px;
	border:1px #000 solid;
	text-align:left;
	color:#9a8870;
	}

#headerBlank p {
	margin-bottom:1em;
	}
	
#headerBlankInner {
	margin:1em 20px;
	}
	

	
	
	
#content {
	width:700px;
	margin:1em 10px 0.5em 10px;
	clear:right;
	}
	
#side {
	width:280px;
	text-align:left;
	float:left;
	color:#000;
	}
	
#tip {
	position:relative;
	margin-left:290px;
	width:400px;
	text-align:left;
	color:#000;
	}
	
#subscribe {
	color:#9a8870;
	position:absolute;
	left:-290px;
	bottom:0;
	width:270px;
	}
	
#main {
	}
	
	
	
#footer {
	color:#9a8870;
	font-size:11px;
	background:#000;
	text-align:left;
	padding:0 10px;
	}

  
/* Global formatting
----------------------------------------------- */

	
	
h1 {
	font-size:20px;
	font-weight:normal;
	margin:1em 0;
	}
	
.alert {
	color:#fff;
	background:#f90;
	}

input,textarea,select,option {
	font-family:courier new,courier,mono;
	font-size:11px;
	color:#a98;
	border-bottom:1px #a98 solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:#fff;
	}
input.button
	{
	font-family:courier new,courier,mono;
	font-size:11px;
	color:#fff;
	border-top:1px #ffbb54 solid;
	border-right:1px #ab6700 solid;
	border-bottom:1px #ab6700 solid;
	border-left:1px #ffbb54 solid;
	background:#f90;
	}

a {
	color:#f90;
	background:none;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color:#142384;
	background:none;
	text-decoration:none;
	font-weight:normal;
	background:#fff;
	}