/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
 */

body {
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}

a {
	color: #67823B;
}

a:hover {
	text-decoration: none;
}

/* Title */

#title {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	border-bottom: 10px solid #000000;
}

#title * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
}

#title h1 {
	float: left;
}

#title h2 {
	float: right;
	font-size: 12px;
	padding: 20px 10px 0 0;
}

/* Header */

#header {
	width: 900px;
	height: 231px;
	margin: 0 auto;
	background: url(/images/slink_b3.jpg) no-repeat center center;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: url(/images/img2b.gif);
	background-position: center right;
	background-repeat: repeat-y;
	background-color: white;
	border: 2px solid #CCCCCC;
}


#colOne {
	float: left;
	width: 449px;
	padding: 20px;
}
#colOne h2 {
	margin-bottom: 15px;
	font-size: 20pt;
}

#colTwo {
	float: right;
	width: 209px;

	padding: 20px;
}

/* Content > ColOne */

/* Content > ColTwo */

#colTwo h2 {
	font-size: medium;
	color: #FFFFFF;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}
#messages {
	cursor: pointer;
	position: fixed;
	top: 48%;
	left: 35%;
	width: 35%;
	z-index: 10001;
	font-weight: bold;
	font-size: 12pt;
}
#messages li {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #23571D;
	margin: 10px 10px 10px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color: #FFFFFF;
	background: #FF0000;
	}
	#messages .success {
		color: #FFFFFF;
		background: #22FF22;

	    }
	    #messages .invalid {
		    color: #FFFFFF;
		    background: #FF2222;
		}
		#messages .notice {
			color: #FF5555;
			background: #2222FF;
		    }

		    .commenttable {
			    margin: 7px;
			    border: 1px dotted #C0C0C0;
				    }

				    .tag-cloud a { text-decoration: none; }
				    .tag-cloud LI { line-height: 11px; display: inline; }
				    .tag-cloud SPAN { position: absolute; left: -999px; width: 990px; }
				    .tag-cloud .tagsize1 { font-size: 1em; }
				    .tag-cloud .tagsize2 { font-size: 1.3em; }
				    .tag-cloud .tagsize3 { font-size: 1.6em; }
				    .tag-cloud .tagsize4 { font-size: 1.9em; }
				    .tag-cloud .tagsize5 { font-size: 2.2em; }
				    .tag-cloud .tagsize6 { font-size: 2.5em; }


				    img.floatTL {
					    float: left;
					    margin-right: 1.5em;
					    margin-bottom: 1.5em;
					    margin-top: 0.5em;
				    }
				    img.floatTR {
					    float: right;
					    margin-right: 1.5em;
					    margin-bottom: 1.5em;
					    margin-top: 0.5em;
				    }


