/*
Theme Name: Skin
Theme URI: 
Description: 
Version: 1
Author: 
Author URI: 
Tags: 
*/
* {margin:0px;padding}

body {
	background-color:#24003a;
	color:#6c5285;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#page {
	width:970px;
	margin:auto;
	}

#header {
	width:950px;
	height:200px;
	background-image: url(images/header.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin:auto;
	}

#content {
	margin-top:15px;
	}

.module {
	width:970px;
	background-image: url(images/units_bg.gif);
	background-position: top center;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	margin-top:0px;
	}

.module_top {
	width:970px;
	height:34px;
	background-image: url(images/units_h.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin:auto;
	}

.module_top div {
	float:left;
	width:445px;
	margin:8px 20px 0px 20px;
	font-weight:bold;
	}

.module_bottom {
	clear:left;
	width:970px;
	height:11px;
	background-image: url(images/units_f.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#24003a;
	margin:auto;
	}

.unit {
	width:485px;
	float:left;
	}

.unit div {
	width:445px;
	margin:10px 20px 0px 20px;
	}

#footer {
	height:30px;
}

p {
	text-align:justify;
	text-indent:4em;
}

p.no_indent {
	text-align:justify;
	text-indent:0em;
}

.input {
	margin: 0px 0px 2px 0px;
	background-color:#24003a;
	border:0px;
	padding:4px;
	color:#6c5285;
}

h3.underline {
	border-bottom:1px #6c5285 solid;
	width:85%;
}

ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

a:link, a:visited {
	color:#6c5285;
	text-decoration:underlined;
}

a:hover, a:active {
	color:#6c5285;
	text-decoration:none;
}

.commentlist li {
	padding-top:30px;
	border-bottom:3px #000000 solid;
}

.commentlist li em {
	color:#A3527D;
	text-align:center;
}

.post {
	width:980px;
	margin:auto;
	background-image:url(images/module_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

.post p, .post table {
	width:900px;
	margin:auto;
	text-indent:0px;
}

.post table td {
	margin:auto;
	padding:0px;
}

.post_top {
	width:970px;
	height:34px;
	background-image: url(images/module_h.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin:auto;
	}

.post_top div h3 {
	width:950;
	padding:7px 20px 0px 20px;
	font-weight:bold;
	}

.post_bottom {
	width:970px;
	height:11px;
	background-image: url(images/module_f.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#24003a;
	margin:auto;
	padding:0px;
	}

.navigation {
	margin:0px 20px 0px 20px;
}

/* Begin Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.module_top div.clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}

.clear {
	clear:both;
}

#respond {
	margin-top:15px;
}

div.comment_text {
	font-size:12px;
	font-variant:small-caps;
	font-style:italic;
	margin:0px !important;
	padding:0px;
}

/* End Images */
