@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 740px;
	height: 41px;
}

#menu table tr td img
{
	position:relative;
	float: left;
}

#gallery_table tr td {
	padding-bottom: 20px;
}

#main {
	padding-top: 20px;
}
input {
	left: 220px;
	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;
}
textarea {
	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;
}

#form {
	line-height: 25px;
}
.label {
	display: block;
	width: 100px;
}

#submit {
	left: 0px;
	margin-left: 10px;
}
.heading {
	text-decoration: underline;
}
a {	color:#F30; text-decoration:none;}
a:link { color:#F30; text-decoration:none;}
a:active { color:#F30  text-decoration:none;;}
a:hover { color:#000;	text-decoration: underline;}
a:visited { color:#666F;}
.storyheading {
	text-decoration: underline;
	text-align: center;
}


