#main_page
{
padding-top: 20px;
width: 892px;
margin: 0px auto;

/*background: url(images/page_rounded.jpg) no-repeat left top;*/
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	text-align: justify;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0099FF;
}

h1 {
	letter-spacing: -1.2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 3em;
}

h3 {
	font-size: 1em;
}

ul {
}

blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #0099FF;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #0099FF;
}

a:hover {
	color: #0099FF;
}

hr {
	display: none;
}

/* Header */

#topbg {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01.jpg) no-repeat left top;
}

#header_top
{
width: 100%;
height: 104px;
background-color: #4d4d4d;
background: url('images/a1.gif') repeat-x;
color: #ffffff;
}
#header_top_inner
{
position: relative;
width: 680px;
height: 104px;
margin: 0px auto;
}

#header_top_inner h1
{
	background: inherit;
	position: absolute;
	left: 0px;
	bottom: 10px;
	text-transform: lowercase;
	font-size: 39px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
	width: 336px;
}

#header_top_inner h1 span
{
background: inherit;
color: #DADADA;
}

#header {
	top:10px;
	width: 892px;
	height: 259px;
	margin:auto;
	margin-bottom:-35px;
	margin-top:5px;
	background: url(images/thorex_head_rounded.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	padding: 190px 0 0 35px;
	color: #FFFFFF;
}

#header p {
	margin-top: -20px;
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

/* Page */

#page {
	width: 892px;
	margin: 0 auto;
	margin-top: 2px;
	padding-top: 30px;
	background: url(images/page_rounded2.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 530px;
	margin: 0;
	padding-left: 30px;
	color: #666666;
}

.post {
	padding: 0px 0 0 0;
}

.title {
	padding: 0 20px 5px 0px;
	font-size: 26px;
	background: url(images/img06.gif) no-repeat right 40%;
	border-bottom: 2px #0099FF dashed;
	margin-right: 20px;
}

.title a {
	text-decoration: none;
	color: #0099FF;
}

.pagetitle {
}

.byline {
	margin: -25px 20px 0 0px;
	color: #0099FF;
}

.meta {
	text-align: left;
	color: #0099FF;
	padding: 5px 20px 5px 25px;
	background: url(images/img07.gif) no-repeat left 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 20px;
}

.meta .more {
}

.meta .comments {
	background: url(images/img07.gif) no-repeat left 50%;
	padding-left: 25px;
}

.meta a {
	color: #0099FF;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding: 17px 20px 5px 0px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 400px;
	height:140px;
	margin-top:0px;
	padding-right: 30px;
	color: #0099FF;
}

#sidebar2 {
	float:none;
	width: 852px;
	height:140px;
	margin-top:0px;
	padding-right: 30px;
	color: #0099FF;
	text-align:center;
	margin-bottom:-40px;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #FFFFFF url(images/img05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */


#footer
{
width: 100%;
height: 50px;
background-color: #4d4d4d;
margin-top:-15px;
background: url('images/a1.gif') repeat-x;
color: #ffffff;
}

img { border: none; }

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

.box
{
top:20px;
left:15px;
position: relative;
border: dashed 1px #dadada;
background: inherit;
color: #AAB165;
}

.box h2
{
background: inherit;
color: #6C7425;
text-transform: lowercase;
font-weight: normal;
font-size: 18px;
margin-bottom: 5px;
}

.box p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.box_inner
{
border: solid 1px #fff;
padding: 15px;
background: #FFFFE9 url('images/a4.gif') repeat-x;
color: inherit;
}

#lcol
{
width: 50%;
height:100%;
float: left;
}
#lcontent
{
position: relative;
width:170px;
margin-left:5px;
float: left;
margin-top: 45px;
}



#rcontent
{
position: relative;
margin-left:5px;
padding: 25px 20px 0px 20px;
background: url(images/img07.jpg) no-repeat left top;
}

ul
{
list-style: none;
}

li
{
background: url('images/x1.gif') no-repeat 0px 5px;
padding-left: 0px;
}

p
{
margin-bottom: 25px;
text-align: justify;
line-height: 20px;
}

#lcol p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}
#lcol ul
{
margin-left:-5px;
display:inline;
}
#lcol li
{
margin-left:-5px;
display:inline;
}

.divider
{
font-size: 0px;
position: relative;
border-bottom: solid 1px #F5F5F5;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.summary
{
text-align: right;
font-style: italic;
}

ul.divided li
{
border-top: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}

#rcol
{
position:relative;
display:block;
float:right;
width: 50%;
height:100%;
}

.columns{
	margin: 0 auto;
	width: 892px;
	height: 200px;
	color:#FF0000;
}
.columns .main{
	text-align:center;
  float:left;
  width:33%;
}
.columns .center{
	text-align:center;
	float:right;
  width:33%;
}
.columns .sidebar{
	text-align:center;
  float:right;
  width:33%;
}
/* news */

#news {
	float: left;
	width: 215px;
}

#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news li {
	margin-bottom: 40px;
	padding: 0 15px;
}
/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

#news li ul {
}

#news li li {
	margin: 0;
	padding-left: 5px;
/*	background: url(images/img_news2.jpg) no-repeat left 50%;*/
}

#news h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(images/img_news.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

.foo {
        border: 1px solid red;
        width: 40px;
        height: 40px;
        float: left;
        margin: 0;
        padding: 0;
    }
    
.wrapper {
        border: 1px solid green;
        height: 40px;
    }



