body {
	background-color: #222222;
	margin: 0px;
	padding: 0px;
}

div#page{
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
}

div#header{
	height: 93px;
	background-image: url(http://www.wornthin.co.uk/jclphotography/grafx/header.gif);
}

div#content{
	top: 93px;
	height: 100%;
}
div#footer{
	clear: both;
	background-color: #222222;
	background-image: url(http://www.wornthin.co.uk/jclphotography/grafx/footer.gif);
	background-repeat: no-repeat;
	border-top: solid #000000 1px;
}

div.tab {
	position: relative;
	width: 120px;
	height: 24px;
	background-color: #FFFFFF;
	top: 67px;
	float: right;
	margin-right: 20px;
	border: solid #000000 1px;
	
}
div.tab_hi {
	position: relative;
	width: 120px;
	height: 25px;
	background-color: #CCCCCC;
	background-image: url(http://www.wornthin.co.uk/jclphotography/grafx/gradient.gif);
	background-repeat: repeat-x;
	top: 67px;
	float: right;
	margin-right: 20px;
	border: solid #000000 1px;
	border-bottom: none;

}
p.tab_font {
	font-family: "Times New Roman", serif;
	text-align: center;
	font-weight: bold;
	color: #666666;
	font-size: small;
	text-transform: uppercase;
	margin: 5px;	
}

p.footer_font {
	font-family: "Times New Roman", serif;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: small;
	text-transform: uppercase;
	margin: 8px;
	
}

p {
	margin-left: 20px;
	margin-right: 20px;
	
	font-family: "Times New Roman", serif;
	text-align: justify;
	color: #000000;
	font-size: medium;
}

p.links {
	text-align: left;

}

p.date {
	text-align: left;
	color: #333333;
	font-size: x-small;
	text-transform: uppercase;
	letter-spacing: 2px;
	clear: left;
	margin-bottom: -15px;
	
}
p.title {
	text-align: left;
	font-size: large;
	font-weight: bold;
	
}

p.gallery_link {
	text-align: right;
	font-weight: bold;
 	text-decoration: underline;
}

p.design {
	color: #999999;
	font-size: xx-small;
	text-align: right;
	
}

p.rss {
	color: #777777;
	font-size: x-small;
	text-align: right;
}

p.picture_info {
	text-align: center;
	color: #666666;
	font-size: xx-small;
	margin-bottom: 2px;
	margin-top: 2px;
}

p.caption {
	margin-top: 2px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #000000;
	
}
a:visited {
	color: #000000;
	
}
a:hover {
	color: #555555;
	text-decoration: none;
}
a.tab_link:link {
	color: #000000;
	text-decoration: none;
}
a.tab_link:visited {
	color: #000000;
	text-decoration: none;
}
a.tab_link:hover {
	color: #555555;
	text-decoration: none;
}
a.wt:link {
	color: #999999;
	
}
a.wt:visited {
	color: #999999;
	
}
a.wt:hover {
	color: #555555;
}

img {
border: 0px;
}
img.portfolio_image{
	display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 30px;
    margin-bottom: 30px;
}
img.image1 {
	float: left;
	margin-right: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}
img.image2 {
	float: right;
	margin-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}



img.image{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

hr {
	clear: both;
	border: 0;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.buttonSubmitHide {
	display: none;
}
