/* CSS Document */
/*
-----------------------------------------------
CSS Author:   	Chris Young
Version/Date: 	July 2007
Project:		Jonathan Butcher.

!! THIS CSS CODE IS THE COPYRIGHT
		 OF CHRIS YOUNG !!
		
		WWW.CYPHOTO.CO.UK
		
-----------------------------------------------		
purple colour:	#3b0a42
----------------------------------------------- */


/* PAGE ELEMENTS START */

body
	{
	margin: 0;
	padding: 0;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
}

#container {
	margin:0px auto;
	width: 900px;
	height:400px;
	padding-top: 50px;
	background-color: #000000;
}

#nav {
	position: relative;
	float:left;
	width: 180px;
	color: #FFFFFF;
	background-color: #000;
	text-align: left;
	font-size: medium;
	padding-top: 20%;
	padding-left: 120px;
}

#content {
	position: relative;
	float:right;
	width: 450px;
	background-color: #333333;
	overflow: auto;
	margin: 0;
	/*padding: 25px;
	padding-top: 10px;*/
	height:400px;
	color: #999999;
	text-align: left;
	padding-top: 10px;	
}

.gallery
	{
	scrollbar-3dlight-color:#fcf5ed;
	scrollbar-arrow-color:#000;
	scrollbar-base-color:#ee0c61;
	scrollbar-track-color:#000;
	scrollbar-darkshadow-color:#3a1910;
    scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fceede;
	scrollbar-shadow-color:#3a1910;
	border-right-width: 1px;
	overflow:auto;
}

.textbox p{
	padding-top: 50px;
	font-weight: bold;
}

#footer
	{
	clear: both;
	height: 50px;
	background-image: url(../images/footer.gif);
	/* border: solid #999999 1px; 
	margin: 0;
	padding: 0 50px 25px 0;
	background-color: #000;
	background-image: url(../images/jb.gif);
	background-repeat: no-repeat;
	background-position:right;
	text-align: left;*/
}


a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
}
a:active {
	font-weight: bold;
	color: #999999;
	display: block;
}

a#current {
	font-weight: bold;
	color: #fff;
	display: block;
}

img {
	border: 0;
}

table {
	width: 400px;
	table-layout: fixed;
	margin-left: 0px;
	/*margin:0px auto;*/
}

td {
	height: 120px;
}

#content a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
}
#content a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
}
#content a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
}
#content a:active {
	font-weight: bold;
	color: #999999;
	display: block;
}

#content a#current {
	font-weight: bold;
	color: #fff;
	display: block;
}

#content p {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}


.innernav {
	padding-left: 20px;
}

.float {
	float: right;
	padding: 10px;
}

#designcredit {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #666666;
	font-size: x-small;
}

#TB_window a:link {
	display: inline;
}

