@charset "utf-8";
/* 	CSS Document 
	For: 		Spin Advertising & Design
	By:			Spin Advertising & Design
	Author:		Will Dawber
	Created: 	25/11/2008
*/

a{
	text-decoration:none;
}

img{
	border:none;
}

.greentext{
	color:#bdd41b;
}

body{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*START HOME PAGE*/
#homewrapper{
	width:672px;
	margin:0px auto;
}

/********************
	START HEADER
********************/
#headerwrapper{
	background:#b6cf00;
	height:20px;
	width:100%;
}
/********************
	END HEADER
********************/

/**********************
	START MAIN PAGE
**********************/
#mainwrapper{
	width:100%;
	padding-bottom:20px;
}

#homeflash{
	width:100%;
}

#homebottomwrapper{
	width:642px;
	padding:20px 15px 10px 15px;
}

#homebigtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#767676;
	float:left;
	width:470px;
	position:relative;
}

#homesmalltext{
	float:left;
	width:360px;
	font-size:14px;
	color:#767676;
	line-height:24px;
	padding-top:20px;
}

#homelogowrapper{
	width:262px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	text-align:center;
	margin-top:-30px;
}

#homelogo{
	padding-bottom:5px;
}

#homeworklink{
	float:right;
	margin-top:10px;
	margin-right:18px;
}
/**********************
	END MAIN PAGE
**********************/

/**********************
	START FOOTER
**********************/
#footerwrapper{
	width:100%;
	text-align:center;
}

#footertopgreybox{
	background:#404041;
	height:30px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#c0c0c0;
	padding-top:15px;
}

#footertopgreybox a{
	color:#c0c0c0;
}

#footertopgreybox a:hover{
	color:#c0c0c0;
	text-decoration:underline;
}

#footerbottomgreybox{
	width:100%;
	text-align:center;
	background:#7f7f7f;
	padding-top:5px;
	height:25px;
}

#footerbottomgreybox ul{
	list-style:none;
	display:inline;
}

#footerbottomgreybox li{
	display:inline;
	padding-right:50px;
}

#footerbottomgreybox a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#footerbottomgreybox a:hover{
	color:#000000;
}
/**********************
	END FOOTER
**********************/

/*END HOME PAGE*/

/*START EXTRA PAGES*/
#extraPageWrapper{
	width:642px;
	padding:20px 20px 0px 10px;
	font-size:13px;
	color:#404041;
	line-height:18px;
	font-family:"Times New Roman", Times, serif;
	*padding:20px 20px 20px 10px;;
}

#leftcolumn{
	width:315px;
	float:left;
}

#rightcolumn{
	width:305px;
	float:left;
	padding-left:20px;
}

h1{
	font-size:20px;
	color:#94bd5e;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	*padding-bottom:15px;
}

h2{
	font-size:16px;
	color:#94bd5e;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0px;
	margin:0px;
}
/*END EXTRA PAGES*/

/*START GALLERY PAGE*/
#galleryWrapper{
	width:1023px;
	margin:0px auto;
	padding:0px;
}

#galleryMainWrapper{
	width:100%;
	height:100%;
	pading:0px;
	margin:0px;
}

#galleryFlashWrapper{
	width:100%;
}
/*END GALLERY PAGE*/

/*START PROFILES PAGE*/
#profilesWrapper{
	width:620px;
	float:left;
	margin:0px auto;
        padding:20px 0px 0px 0px;
}

.profilesIndWrapper{
	width:620px;
	float:left;
	margin:0px auto;
        padding:0px 0px 30px 0px;
}

.profileImages{
	width:150px;
	float:left;
}

.profileWritingWrapper{
	width:430px;
	float:left;
	margin-left:40px;
}

.profileName{
	width:100%;
	float:left;
	font-size:16px;
	color:#94bd5e;
	font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
	padding:0px;
	margin:0px;
}

.profileText{
	width:100%;
	float:left;
	font-size:13px;
	color:#404041;
	line-height:18px;
	font-family:"Times New Roman", Times, serif;
        padding:0px;
}
/*END PROFILES PAGE*/