/* danieljbrothers.com stylesheet 2.0 */

body {
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	}
	
/* text definitions */

h1,h2,h3,h4 {
	color: #666666;
	letter-spacing: 2px;
	line-height:-20px;
	font-family: helvetica;
	font-size: medium;
	font-weight: 700;
	}
	
h5 {
	color:#666666;
	font-family:helvetica;
	letter-spacing:10px;
	font-weight:lighter;
	font-size:13pt;
	padding:0px;
	margin:0px;
	}

h6.date {
	color: #666666;
	letter-spacing: 1px;
	font-family: helvetica;
	font-size: xx-large;
	font-weight: 700;
	display: inline;
	line-height:22px;
	}
	
p {
	color: #666666;
	font-family: helvetica;
	font-size: small;
	font-weight: 800;
	text-decoration: none;
	}

small {
	font-family:sans-serif;
	font-size:x-small;
	letter-spacing:1px;
	}
	
a {
	color: #666666;
	font-family: helvetica;
	font-size: small;
	font-weight: 800;
	text-decoration: none;
	}
	
a:hover {
	color: #FF2020;
	}
	
.menu {
	padding:4%;
	}

.thumb {
	padding-left:2px;
	padding-right:2px;
	border:none;
	}
	
/* page structure */

div.wrapper {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4%;
	border-style:solid;
	border-color: #666666;
	border-width:1px;
	}

div.title {
	position:relative;
	left: 10%;
	top: 7%;
	width:640px;
	height:30px;
	padding:0px;
	margin:0px;
	text-align:left;
	vertical-align:bottom;
	}

div.links {
	position:relative;
	left:10%;
	top:15%;
	width:640px;
	height:15px;
	}

div.frame {
	position:relative;
	left:10%;
	top:16%;
	width:640px;
	height:380px;
	}

div.thumbs {
	width:640px;
	height:360px;
	margin:0px;
	padding:0px;
	}