@charset "utf-8";
/* CSS Document */

html{
	overflow-y: scroll;
}

html,body {
	margin: 0;
	padding: 0;
	background: url(../img/background.gif) repeat-x;
}

#page-wrapper {
	background: transparent url(page_wrapper.gif) repeat-y top center;
}

body {
	padding: 0 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	color: black;
	width: 100%;
	background: transparent url(../img/dreamsmith_logo.png) no-repeat top center;
}

p{
	margin: 0 0 0 0;
	padding-top: 5px;
	text-indent:25px;
	line-height:19px;
	clear:both;
	text-align: left;
}

ul{
	margin: 0 0 0 0;
	padding-top: 5px;
	line-height:19px;
	clear:both;
	text-transform: none;
	padding-left: 40px;
}

br{
	line-height: 10px;
}

.header{
	height: 134px;
	margin: 0;
}

.content{
	width:817px;
}

.paper{
	float:right;
}
.paper_top{
	margin-bottom:0px;
	width:591px;
	height:50px;
	position:relative;
	z-index:50;
	background-image:url(../img/top.png);
	background-position:center;
}

.header1{
	margin-bottom: 0px;
	line-height: 73px;
	font-size:15px;
	text-align: center;
}

.paper_middle{
	width:591px;
	background-image:url(../img/middle.png);
	background-position:center;
	background-repeat:repeat-y;
}
* html .paper_middle{
	overflow:hidden;
}
.paper_bottom{
	margin-top:0px;
	margin-bottom:-2px;
	width:591px;
	height:50px;
	position:relative;
	z-index:50;
	background-image:url(../img/bottom.png);
	background-position:center;
}
.inside{
	margin: 0 0 0 0;
	padding:0 40px 0 30px;
	min-height:200px;
	height:auto !important;
	height:200px;
	position:relative;
	z-index:100;
}

.footer {
	font-family: "Candara", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: black;
	text-align: center;
	padding-top: 30px;
}

.footer2 {
	font-family: "Candara", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}

table {
	border: none;
	table-layout: fixed;
}

img {
	border: none;
}

a {
	outline: none;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}
