/* -----------------------------------------------
Master Style Sheet

site:     proposalwriter.com
version:  0.1
author:   Rick Banister, Alex Gilbert
email:    alex@valueneutral.com
website:  http://www.valueneutral.com
----------------------------------------------- */

*{
  margin: 0;
  padding: 0;
} 

html,
body,
div,
p {

}

body {
	font: .7em "Helvetica", Arial, "Lucida Grande", "Trebuchet MS", sans-serif; 
	margin: 0;
	padding: 0;
	background: ul(../images/aproposal_grid.gif) no-repeat top center;
}

/* =links
----------------------------------------*/

a{
color: #333;
text-decoration: none;
border-bottom: 1px dotted #333;
}

a:hover{
color: #FFF;
background: #333;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

a:active{
color: #fff;
background: #666;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

a img{
	border: none;
}

.date{
	font-size: 85%;
	text-transform: uppercase;
	color: #999;
}

.deactivated{
color: #aaa;
}

/* =common
----------------------------------------------- */

h1,
h2,
h3,
h4{
  margin: 0;
  padding: 0;
line-height: 120%;
}

h1 { font-size: 210%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

br{
	clear: both;
}

hr {
	margin: 0;
	border: none;
	border-top: 1px dotted #666;
}

p {
	margin: 20px 0 20px 0;
	font-weight: normal;
	color: #aaa;
	font-style: italic;
}

li{
	padding: 5px 0;
	list-style: none;
	clear: both;
	line-height: 125%;
}

/*=wrappers
--------------------------------------------*/

#header{
	float: right;
	clear: both;
	margin-bottom: 40px;
}

#header h1{
	text-indent: -5000px;
	background: url(images/alexlogotype.gif) no-repeat 0 0;
	width: 560px;
	height: 60px;
}

#wrapper{
	position: relative;
	margin: 50px auto;
	width: 720px;
}

#nav{
	width: 150px;
	float: left;
}

#right{
	float: right;
	width: 560px;
}

#pic{

	width: 560px;
}

#pic img{
	width: 560px;
}

/*
#next, 
#prev{
	position: absolute;
	z-index: 2;
	width:280px;
	height: 373px;
	border: 0;
	float: left;

}
*/

img#picleft{
	position: relative;
	z-index: 20;
	float: left;
	width: 280px;
	display: block;
	height: 500px;
}

img#picright{
	position: relative;
	z-index: 20;
	float: left;
	width: 280px;
	display: block;
	height: 500px;
}

#caption{
	margin: 20px 0 20px 0;
	font-weight: normal;
	color: #aaa;
	font-style: italic;
}

#footer{
	float: left;
	clear: both;
}
