body {
	background-color: #F6F6F6;
}

a {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

.pagetext, .pagetext a {
	text-align: justify;
	color: #666666;	
}

#main_cont {
	position:relative;
	width:600px;
	height: auto;
	left: 50%;
	margin-left:-300px;
	margin-top:20px; 
}

#content_cont {
	position:absolute;
	width:580px;

	left: 0px;
	top: 134px;
	background: #FFFFFF;
	z-index: 5;
	padding: 10px;
	
	border-top: 1px #ccc solid;
	
	/* text */
	
	font-family: arial;
	font-weight: normal;
	color: #666666;
	text-align: left;
	font-size: 12px;
	line-height: 18px;

}

#contact {
	position: absolute;
	width: 600px;
	height: 35px;
	left: 0px;
	top: 75px;

	border-bottom: #ffffff 1px solid;
	
	/* text */
	
	font-family: arial;

	color: white;
	text-align: left;
	font-size: 12px;
	background: url('http://www.justinrogers.co.uk/images/justin.gif') left no-repeat;
	background-color: #000000;
}

#nav {
	position:absolute;
	width:594px;
	height: 20px;
	left: 0px;
	top: 110px;
	background-color: #ffffff;

	/* text */
	
	font-family: arial;
	color: #666666;
	text-align: center;
	font-size: 12px;
	padding-left: 6px;
	padding-top: 3px;
}

.navblock a {
	background-color: none;
	color: #666666;
	text-decoration: none;	
}

.navblock:hover, .navblock a:hover {
	color: #8FA5C6;
	cursor: pointer;
	text-decoration: none;
}

.navblock {
	float: left;
	width: auto;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	_margin-left: 16px;
	_margin-right: 16px;
	padding-top: 3px;
	text-align: center;
}

#photo {
	position:absolute;
	width: 600px;
	height: 75px;
	left: 0px;
	top: 0px;
	background: url('http://www.justinrogers.co.uk/images/sea.jpg') top left no-repeat;
}

#statement {
	float: left;
	width: 134px;
	height: 80px;
	background-color: #434343;
	color: #ffffff;
	
	padding: 8px;
	padding-top: 12px;
	padding-bottom: 4px;
	
	margin-right: 10px;
	
	/* text */
	
	font-family: "Arial";
	text-align: center;
	font-size: 15px;
	font-weight: bold;

}

/* styles for portfolio */


#depthstrip{
	width:570px;
	height: 18px;
	font-size: 12px;
	color: #999999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
	padding-left: 10px;
	margin-bottom: 15px;
}

#depthstrip a {
	color: #666666;
	text-decoration: none;
}


.outerbox {
	width: 580px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.rightthumb {
	float: right;
	text-align: right;
}

.title, .title a {
	margin-bottom: 5px;
	text-align: left;
	background-color: black;
	padding: 2px;
	
	/* text */
	
	font-family: "Arial";
	font-size: 12px;
	color:  #ffffff;
	text-decoration: none;
}

.bigtitle, .bigtitle a {
	margin-bottom: 5px;
	text-align: left;
	background-color: black;
	padding: 4px;
	
	/* text */
	
	font-family: "Arial";
	font-size: 15px;
	color:  #ffffff;
	text-decoration: none;
}

.lefttext {
	float: left;
	width: 385px;
}

.credit {
	margin-top:10px;
	font-family: "Arial";
	font-size: 9px;
	text-transform: uppercase;
	color:  #AAAAAA;
	text-decoration: none;
}

.credit a{
	color:  #AAAAAA;
	text-decoration: underline;
}

.credit a:hover{
	color:  #333333;
}

#creditleft {
	float: left;
}

#creditright {
	float: right;
}

.workthumb {
	float: left;
	margin-bottom: 25px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #ccc;
	border-bottom-width: 0px;
	background-color: black;

}

.worktitle, .worktitle a {

	background-color: black;
	height: auto;
	/* text */
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	color:  #ffffff;
	padding: 2px;
	text-decoration: none;
}

.worktitle a:hover, .bigtitle a:hover, .title a:hover{
	text-decoration: none;
	color:  #ffffff;
}

.genre a {
	background-color: black;
	height: auto;
	/* text */
	text-align: center;
	font-family: "Arial";
	font-size: 14px;
	color:  #ffffff;
	padding: 2px;
	text-decoration: none;
	
	float:left;
	margin: 19px;
	
	width: 150px;
	padding-top: 25px;
	height: 40px;	
}

.genre a:hover{
	text-decoration: none;
	color:  #ffffff;
	background-color: #333;
}

.copysample a {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
}

#copysampletxt {
	margin-top: 20px;
	text-align: left;
	line-height: 20px;
}

.sampletitle {
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	color:  #333333;
	margin-top: 10px;
}

.instruction {
	width: 100%;
	text-align: center;

	font-family: "Arial";
	font-size: 10px;
	text-transform: uppercase;
	color:  #999999;
	margin-bottom: 20px;

}

#copyright {

	background-color: #F6F6F6;

	position: absolute;
	width: 600px;
	text-align: right;
	font-family: "Arial";
	font-size: 9px;
	text-transform: uppercase;
	color:  #999999;
	bottom: 0px;

	left: 50%;
	margin-left:-300px;
	z-index: 10;
}
	
/* styles for popup */

#popupcontainer {
	width: auto;

}

#popupband {
	margin-top: 10px;
	height: 30px;
	font-family: "Arial";
	background-color: #000000;
}

#popuplinks {
	width: 100%;
	height: 20px;
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

#popuplinks{
	font-size: 11px;
}

#popuplinks a {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

#popuptitle {
	line-height: 16px;
	font-size: 16px;
	margin-right: 15px;
	float: left;
}

/* styles for contact */

.row {
	width: 100%;
	height: 40px;
	border: 1px;
}	

.leftcol{
	float: left;
	width: 140px;

}

.rightcol{
	float: right;
	width: 440px;
}

.rightcol input, .rightcol textarea{
	width: 300px;
	border: 1px solid black;
}


#tallrow.row {
	height: 160px;
}

/* styles for feedback form */


#feedback th {
	text-align: left;
	font-weight: bold;
	font-family: "Arial";
	font-size: 13px;
	color:  #ffffff;
	
	padding: 3px;
	background-color: black;
}

#feedback td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#feedback #block {
	height: 10px;
}

#feedback #subq {
	height: 40px;
	font-weight: bold;
	font-family: "Arial";
}

#feedback textarea {
	font-family: "Arial";
	font-size: 13px;
}
