/* Start of CMSMS style sheet 'Dark Style' */
input, select {color:white;background:black;border:1px dotted gray;}

body {
background: #03040C url(uploads/pagebg.png) repeat-y;
	font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;

	color: #B6D0DE;

}

.table {
background: transparent url(uploads/background.png) no-repeat; 
}

.title {font-weight:bold;}

.bottom-image
{
background: transparent url(uploads/footer.png) no-repeat bottom left;
}

.content-margin {
padding-top: 50px;
	padding-right: 400px;
padding-bottom: 50px;
}

/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
	line-height: 1em; 
	font-weight: bold; letter-spacing: 10pt;
	width: auto; color: black;
	font-family: Arial, Helvetica, sans-serif;
}
/*default link styles*/
a {
	color: #679EBC;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #B6D0DE; text-decoration: underline;
}
a:active {
	color: #B6D0DE;
}
a:visited {
	color: #679EBC;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif; width:25%
}

.menu {
	list-style-type: none;
	list-style: none;
	margin: 0px;
text-align: center; text-transform: uppercase; font-weight: bold;
}

.content {
float: left;
width: 500px;
padding-left:40px;
display: block; position: relative;
}

.contactform {

}

fieldset {border:0}

textarea, input {font:arial 11px;color:white;background:#03040C;border:0px solid #679EBC; margin-bottom:5px;}

.cms-guestbook {padding-bottom:20px;border-top:2px solid #679EBC}

.cms-guestbook-entry-posted {font-weight:bold;letter-spacing:2pt; border-top:1px solid #679EBC;padding:10px}

.cms-guestbook-entry-sender {font-weight:bold;}
/* End of 'Dark Style' */

