/*CSS Doc*/

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*	----------------------------------------------------------------------------
	GLOBALS
	--------------------------------------------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	background:#e8f9f9;
	color: #2c4342;
	background:url(../images/bg.gif) repeat-x;
	}
h1 {
	font-size:24px;
	color:#2c4342;
	}
h2 {
	font-size:18px;
	color:#2c4342;
}

h3 {
	font-size:13px;
	line-height:16px;
	color:#eeeeee;
	font-weight:normal;
	}
p {
	font-size:11px;
	color:#2c4342;
	line-height:12px;
	}

/*	----------------------------------------------------------------------------
	LINKS
	--------------------------------------------------------------------------*/

a:link {
	color:#cb630c;
	text-decoration:underline;
	}      /* unvisited link */

a:visited {
	color:#cb630c;
	}  /* visited link */

a:hover {
	color:#cb630c;
	text-decoration:none;
	}  /* mouse over link */

a:active {
	color:#cb630c;
		}  /* selected link */

.clear {
	clear: both;
	display: block;
	height: 15px;
	width: 100%;
	}

/*	----------------------------------------------------------------------------
	 LAYOUT
	--------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	width:500px;
	}
	
#header {
	background:url(../images/cheybea.png) no-repeat;
	width:242px;
	height:98px;
	margin:36px 0 0 132px;
	padding:0;
	}
	
#header h1 {
	display:none;
	}

#wish_header {
	background:url(../images/wish.png) no-repeat;
	width:465px;
	height:50px;
	margin:14px 0 11px 17px;
	padding:0;
	}
#wish_header h2 {
	display:none;
	}

#content h3 {
	text-align:center;
	}

/*	----------------------------------------------------------------------------
	WORK
	--------------------------------------------------------------------------*/	
#work_header {
	background:url(../images/work.png) no-repeat;
	width:238px;
	height:26px;
	margin:15px 0 6px 130px;
	padding:0;
	}
	
#work_header h2 {
	display:none;
	}
#work {
	margin:0 0 20px 40px;
	padding:0;
	}
#work li {
	display:inline;
	padding:0;
	margin:0;
	}
#work img {
	margin:5px;
	}
#work a:link img{
	border:#2c4342 solid 10px;
	}      /* unvisited link */

#work a:visited img{
	border:#2c4342 solid 10px;
	}  /* visited link */

#work a:hover img{
	border:#689d9b solid 10px;
	}  /* mouse over link */

#work a:active img{
	border:#2c4342 solid 10px;
		}  /* selected link */

/*	----------------------------------------------------------------------------
	FOOTER // CLIENT WORKSHEET
	--------------------------------------------------------------------------*/		
#footer {
	background:url(../images/worksheet.png) no-repeat;
	background-position:top left;
	height:130px;
	}
#worksheet_header {
	background:url(../images/start_somethin.png) no-repeat;
	width:399px;
	height:14px;
	margin:0 0 7px 104px;
	padding:0;
	}
#worksheet_header h2 {
	display:none;
	}
#footer p {
	margin:0 0 0 140px;
	padding:0;
	}
#cyb {
	float:right;
	margin:20px 0 0 0;
	padding:0;
	}