@charset "utf-8";
a:link {
	color: #000000;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light", Georgia, "Times New Roman";
	background-attachment: fixed;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 102px;

}
#logo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6A6A6A;

}

#nav {
	background-image: url(images/content_bg.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	height: 18px;
	text-indent: 10px;



}
#content {
	width: 788px;
	background-image: url(images/content_bg.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 5px;
	border-top-color: #6A6A6A;
}
#show_preview {
	width: 450px;
	clear: none;
	margin-right: auto;
	margin-left: auto;
}
#show_preview img {
	height: 300px;
	width: 375px;
}


#square_adsense  {
	float: left;
	height: 252px;
	width: 302px;
}
#rightColumn {
	width: 130px;
	float: right;
	border-left-width: 5px;
	border-left-style: dotted;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	border-left-color: #6A6A6A;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #6A6A6A;
	height: 250px;
}

#leftColumn {
	width: 150px;
	float: left;
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 5px;
	border-right-width: 5px;
	border-right-style: dotted;
	margin-right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right-color: #6A6A6A;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #6A6A6A;
}
#leftColumn img {

}
#preview {

}

#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

html {
     overflow: -moz-scrollbars-vertical;
}

