/*--------NOTES AND REFERENCE----------->>

-moz-border-radius: 5px;
-webkit-border-radius: 5px;

*/

html {
	height: 100%;
	min-height:100%;
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #585858;
	background-color: #fff;
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	height:auto;
}

#wrapper {
	width: 99%;
	min-height:900px;
	height:100%;
	margin: 60px 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	background: url(images/wrapperback.png) no-repeat top center;
}

#content {
	width:900px;
	height:100%;
	min-height:800px;
	margin: 0 auto 0 auto;
}

#header {
	width:455px;
	height: 188px;
	margin: 0 auto 0 auto;
	text-align:center;
	background: url(images/homepgheader.png) no-repeat;
}

#toplinks {
	width: 99%;
	margin: 20px auto 0 auto;
	text-align:center;
}

#words {
	width: 90%;
	height: auto;
	margin: 40px auto 10px auto;
	padding:0 0 0 0;
	text-align:left;
}

#blockquote {
	padding: 8px 8px 8px 8px;
	margin: 2px 2px 2px 2px;
	border-top: 1px dotted #454545;
	border-bottom: 1px dotted #454545;
	background-color: #fdfdfd;
}


 /* TEXTS */

p {
	font-size: 1em;
	line-height:1.45em;
	margin:0 0 0 0;
	}
	
p.new {
	margin-top:12px;
}
	
a {
		text-decoration:none;
		color:#585858;
	}
	
a.underlined {
	text-decoration:underline;
}
	
a:hover {
	text-decoration:underline;
}

a.toplinks {
	font-variant: small-caps;
	font-size: 14px;
	display:inline;
	margin: 0 10px 0 0;
	padding: 4px 8px 6px 8px;
	width:auto;
	height:30px;
	background:#fff;
	color:#585858;
	text-align:center;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	border: 1px solid #585858;
}
a.toplinks:hover {
text-decoration:none;
	background-color: #585858;
	color:#fff;
}

h1, h2, h3 {
	font-weight:normal;
	margin: 0 0 3px 0;
	letter-spacing: -1px;
}

h1 {
	font-size:2.5em;
}

h1.straight {
	float:left;
	display:inline;
	margin-right:4px;
	margin-bottom:0;
}

h2 {
	font-size:2em;
	line-height:1em;
}

h3 {
	font-size:1.5em;
}

.small {
	font-size:.5em;
}

.em {
	font-style:italic;
}


.left {
	text-align:left;
}

.right {
	text-align:right;
}

.middle {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

p.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.strong {
	font-weight:bolder;
}

.silver {
	color: #c6c6c6;
}

.white {
	color:#fff;
}

.black {
	color:#000;
}

.red {
	color:red;
}

ul li {
	list-style: square outside;
}

li {
	margin: 2px 0 2px -23px;
}

/* MISC */

#cleardivide {
	width:auto;
	height:1px;
	background-color: transparent;
	margin: 0 auto 0 auto;
	clear:both;
	visibility:hidden;
}

#cleardivide.higher {margin-top:20px;}

img.bordered {
	border: 1px solid #454545;
}

