/* Default Stylesheet */

/** BODY ELEMENTS **/

body {
	font-size: 15px;
	text-align: center;
	background-image: url();
	background-color: #000;
	color: #fff;
	font-family: Distro, Tahoma, san-serif;
}

a, a:link {
	color: #4ba1a1;
	text-decoration: none;
}

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

a:hover {
	color: #cc3300;
	text-decoration: none;
}

p {
	text-indent: 25px;
}

p.introduction:first-letter {
	font-size: 300%;
	font-weight: bold;
	float: left;
	width: 1em;
}

i {
	font-style: italic;
	color: #797979;
}

						/** MAIN CONTAINERS **/

div#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	margin: 2em auto;
}

body.fullwidth div#container {
	width: 980px;
	background-image: url(http://port.mythark.net/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}

div#header {
	color: inherit;
	width: 980px;
}

div#header-image {
	height: 133px;
	background-image: url(http://port.mythark.net/logo.jpg);
}

div#header-in {
	padding: 0px;
}

div#content-wrap {
	padding: 60px 0px 10px;
}

div.content {
	width: 600px;
	color: inherit;
	background-color: #000;
	border: 1px solid #214747;
}

div.content-in {
	padding: 20px;
}

div.rcol div.content {
	margin-left: 60px;
}

/* left column */

div.rcol div.column {
	float: right;
}

/* right column */

div.column {
	width: 210px;
	margin-right: 60px;
	color: inherit;
	background-color: #000;
	border: 1px solid #214747;
}

div.column-in {
	padding: 20px;
}

div#bottom {
	color: inherit;
	padding: 10px 125px;}
	
div#footer {
	color: inherit;
}

div#footer-in {
	padding: 20px;
}

/** LISTS **/

ul#list-nav {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 900px;
}

ul#list-nav li {
	display: inline;
}

ul#list-nav li a {
	text-decoration: none;
	letter-spacing: 3px;
	padding: 5px 2px 5px;
	width: 170px;
	background:#000;
	color: #eee;
	float: left;
	text-align: center;
}

ul#list-nav li a:hover {
	color: #cc3300;
}

/** OTHER **/

#contact-area {
	width: 600px;
	margin-top: 25px;
}


#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	background-color: #000;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	color: #4ba1a1;
	margin: 0px 0px 10px 0px;
	border: 1px solid #214747;
}


#contact-area textarea {
	height: 90px;
	color: #4ba1a1;
	background-color: #000;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #214747;
}

#contact-area input.submit-button {
	width: 100px;
	color: #4ba1a1;
	float: left;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}