
img {
	border:none;
}


body {
	font-family: arial, sans-serif;
	color: #333;
	font-size: 14px;
	line-height:20px;
	margin:0;
	padding:0;
}

h1{
    letter-spacing: -1px;
    /*display: inline;*/
    color: #232323;
    font-weight: normal;
    font-size:27px;
}

h2{
    /*display: inline;*/
    display: block
}

h3{
    /*display: inline;*/
    color: #333;
    font-weight: normal;
    font-size: 20px;
}

.clear{
    clear: both;
}



#header p {
	display: block;
	color: brown;
	margin-top:100px;
	margin-left:250px;
	font-size:16pt;
	line-height: 25px;
}

#brown_strip {
	padding:10px 0px 10px 0px;
	background-color: #805A2B;
	color:white;
	margin-bottom: 20px;
}

#brown_strip a {
	color: white;
	text-decoration: underline;

}

.preview {
	width:322px;
	height:400px;
	float:right;
	border:10px solid #5f4020;
	border-radius: 15px;
	background-color:#5f4020;
	
}

.preview h3 {
	color:white;
	text-align:center;
	font-size:22pt;
}

.preview img {
	width:300px;
	height:300px;
	border:10px solid white;
	border-radius: 15px;
}

#buttons {
	
}

#buttons a {
	display:block;
	border:2px solid #5f4020;
	width:280px;
	height:65px;
	border-radius:15px;
	padding:8px;
	color: #5f4020;
	font-size:16pt;
	text-decoration:none;
	line-height:24px;
}

#buttons a:hover {
	background-color:yellow;
}

#buttons a img {
	width:62px;
	margin:2px 8px 2px 2px;
	float:left;
}

footer {
	margin:50px 0px 30px 0px;
	padding: 20px 0px 0px 0px;
	font-size:13pt;
	text-align: center;
	border-top:5px solid #805A2B;
}

footer a {
	color:#444444;
	font-size:13pt;
}



#output img {
	cursor:pointer;
}


#header{
    position: relative;
    width:990px;
	height:260px;
    
}



p {
	margin:15px 0;
}


