@charset "utf-8";
/* CSS Document */
/*General element styling*/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 1000px;
	background-color: #FFF;	
	color: #603913;
	text-align: center;
	padding: 0px;
	margin: 0px auto; 
}

h1 
{
	font-size: 11px; 
}

h2 
{
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
}

img
{
	border: none;
}

td
{
	text-align: left;
	vertical-align: top;
}


/*ID styling*/
#page
{
	width: 1000px;
	height: auto;
	font-size: 75%;
	background-image: url(../images/backgrounds/header2.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
}	

#topbar 
{
	width: 1000px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}

#accessright 
{
	float: right
	width: 20%;
	text-align: right;
}

#accessright img 
{
	border: none;
}

#accessright a 
{
	text-decoration: none;
}

#accessleft 
{
	float: left;
	width: 25%;
	text-align: left;
}

#access a 
{
	text-decoration: none;
}

#topnav topnav_left
{
	float: left;
	width: 20%;
	text-align: left;
}

#topnav topnav_right
{
	text-align: right;
	width: 10%;
	float: right;
}

#leftcol
{
	float: left;
	width: 250px;
	height: 798px;
	margin-top:400px;
	background-image: url(../images/backgrounds/sidebar.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#rightcol
{
	width: 740px;
	height: auto;
	margin-top: 400px;
	float: right;
	text-align: left;
}

#footer
{
	width: 1000px;
	height: 200px;
	background-image: url(../images/backgrounds/footer.png);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

/*Class styling*/
.clear
{
	width: 900px;
	height: 1px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.align_left
{
	text-align: left;
}

.align_centre
{
	text-align: center;
}

.align_right
{
	text-align: right;
}

.table_content
{
	/*width: 80%;*/
	width: 90%;
	border: 0px;
	text-align: center;
	margin-left: 50px;
}

.table_visitor
{
	width: 300px;
	text-align: center;
}

.table_telephone
{
	width: 50%;
}

.table_contact
{
	/*width: 75%;*/
	width: 85%;
}

.skiplink {display:none}

/*Portfolio*/
div#nifty
{ 
	/*margin: 0 2%;
	background: #907864;*/
	background-image:  url(../images/backgrounds/1a_full_a.jpg);
	width: 100%;
}

#comp, #uc, #del
{
	/*background-color: #FFFFFF;
	margin-left: 5%;*/
	/*margin-top: 5%;*/
	margin-left: 35px;
	margin-bottom: 2%;
	width: 100%;
	height: auto;
	text-align: center;
}

.site
{
	margin-left: 10px;
	/*background-color: #907864;*/
	height: 130px;
	width: 185px;
}

.site img
{
	/*margin-left: 5px;*/
	border: 1px solid #907864;
}