﻿td, tr, table {
	border-collapse:collapse;
}

img {
	border:0px;
}

p {
	line-height:30px;
	text-align:justify;
}

p.sizeup {
	line-height:30px;
	text-align:justify;
	font-size:15px;
}

input.margin {
	margin-bottom:10px;
}

textarea {
	font-family:Tahoma;
}

body {
	background-image:url('images/wallpaper.jpg');
	background-attachment:fixed;
	font-family:Tahoma;
	color:#CCCCCC;
	font-size:13px;
	margin-top:10px;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

#pagewrapper {
	width:1000px;
	margin:0px auto;
}

/*-- Navigation & Links --*/
a:link {
	text-decoration:none;
	color:#919293;
}

a:visited {
	text-decoration:none;
	color:#919293;
}

a:hover {
	text-decoration:none;
	color:#ffffff;
}

a:active {
	text-decoration:none;
	color:#919293;
}

#navbar {
	width:980px;
	height:30px;
	margin-bottom:5px;
	background-color:#000000;
	border:2px #1F1F1F solid;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
	color:#919293;
}

/*-- Body Copy --*/
#homewrapper {
	width:1000px;
	background-color:#000000;
	border:2px #1F1F1F solid;
	background-image:url('images/homepic.jpg');
	background-repeat:no-repeat;
	background-position:center top;	
}

#websitewrapper {
	width:370px;
	height:660px;
	background-color:#000000;
	border:2px #1F1F1F solid;
	background-image:url('images/websitepic.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	padding:30px 530px 50px 100px;
}

#behindlenswrapper {
	width:370px;
	height:660px;
	background-color:#000000;
	border:2px #1F1F1F solid;
	background-image:url('images/lenspic.jpg');
	background-repeat:no-repeat;
	background-position:right center;
	padding:30px 530px 50px 100px;
}

#gallerywrapper {
	width:940px;
	height:1700px;
	background-color:#000000;
	border:2px #1F1F1F solid;
	padding:30px 30px 30px 30px;
}

.thumbnail {
	margin-right:20px;
	margin-bottom:50px;
	width:140px;
	height:140px;
	float:left;
}

.tnail {
	width:140px;
	height:140px;
	float:left;
	margin-bottom:50px;
}

#contactwrapper {
	width:370px;
	height:660px;
	background-color:#000000;
	border:2px #1F1F1F solid;
	background-image:url('images/contactpic.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	padding:30px 530px 50px 100px;
}

#logo {
	padding-left:170px;
	padding-top:40px;
	height:162px;
}

#bodynav {
	padding-left:610px;
	padding-top:180px;
}

.buttons {
	width:250px;
	height:20px;
	background-image:url('images/sliver.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	color:#919293;
}

#homethumbs {
	width:960px;
	height:180px;
	padding:10px 10px 25px 20px;
	margin-top:50px;
}

.thumb-border {
	border:2px #1F1F1F solid;
	margin-right:3px;
	margin-left:3px;
	text-align:center;
}

/*-- Footer --*/
#footerbar {
	width:1000px;
	height:30px;
	text-align:center;
	margin-top:5px;
	padding-top:10px;
	font-size:13px;
	color:#919293;
	background-color:#000000;
	border:2px #1F1F1F solid;

}


