body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 0;
	color : #000000;
	background-color : #ffffff;
	background-repeat : repeat-x;
	background-position : left top;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
}
input, textarea {
width : 220px;
background : #ffffff url(images/img04.gif) repeat-x;
border-top : 1px solid #a3a3a3;
border-right : 1px solid #e5e5e5;
border-bottom : 1px solid #ffffff;
border-left : 1px solid #d6d6d6;
font : normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
color : #757575;
}
h1, h2, h3, h4, h6, h7 {
	color : #31363b;
	margin-top: 5px;
}
h1 a, h2 a, h3 a, h4 a, h6 a, h7 a {
	text-decoration : underline;
	color : #000000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover, h7 a:hover {
	color : #ff0000;
}
h8 a {
	text-decoration : underline;
	color : #ff0000;
}
h8 a:hover {
color : #ffffff;
}
h1 {
font-size : 38px;
}
h2 {
font-size : 12px;
font-weight : bold;
color : #ffffff;
}
h3 {
font-size : 14px;
color : #666666;
}
h4 {
	font-size : 14px;
	color : #000000;
}
h5 {
font-size : 10px;
color : #000000;
display : inline;
}
h6 {
	font-size : 12px;
	color : #000000;
}
h7 {
font-size : 12px;
color : #000000;
}
h8 {
	font-size : 20px;
	font-weight : bold;
	color: #FF0000;
}
p, ul, ol {
	margin-top : 0;
	line-height : 120%;
}

.footerbox {
line-height : 100%;
}

a.red {
	color : #ff0000;
	font-weight : bold;
	margin-left : 0px;
	text-decoration: underline;
}
a.red:hover {
	color : #ffffff;
	font-weight : bold;
	margin-left : 0px;
}
a.white {
	color : #ffffff;
	text-decoration: underline;
}
a.white:hover {
color : #000000;
}
a.black {
	color : #000000;
	font-weight : bold;
	font-size : 12px;
	text-decoration: underline;
}
a.black:hover {
color : #ff0000;
}

a.blackfoot {
	color : #000000;
	font-weight : bold;
	font-size : 8px;
	text-decoration: underline;
}
a.blackfoot:hover {
	color : #FF0000;
}

ul, ol {
margin-left : 3em;
}
blockquote {
margin-left : 3em;
margin-right : 3em;
}
a {
	color : #ffffff;
	text-decoration : underline;
}
a:hover {
text-decoration : none;
color : #000000;
}
a img {
border : none;
}
img.left {
float : left;
margin-right : 20px;
}
img.right {
float : right;
margin-right : 5px;
clear : left;
}
hr {
display : none;
}
#header {
width : 100%;
margin : 0 auto;
background-image : url(Images/img05.jpg);
background-repeat : repeat-x;
background-position : left top;
}
#logo {
width : 240px;
height : 120px;
margin-top : 20px;
margin-right : 0;
margin-bottom : 0;
margin-left : 0;
float : left;
text-align : right;
}
#logo2 {
width : 400px;
height : 140px;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
margin-left : 10px;
text-align : left;
position : absolute;
}
#logo h1, #logo h2 {
margin : 0;
padding : 0;
text-transform : uppercase;
}
#logo h1 {
padding : 40px 5px 0 20px;
font-size : 34px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color : #31363b;
}
#logo h2 {
padding : 0 0 0 25px;
font-size : 10px;
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #808080;
}
#logo p {
margin : 0;
padding : 0 0 0 20px;
line-height : normal;
font-size : 1.2em;
font-weight : bold;
}
#logo a {
color : #31363b;
}
#img {
float : right;
height : 140px;
width : 120px;
}
#splash {
width : 754px;
height : 266px;
padding-bottom : 3px;
background : no-repeat left top;
float : left;
}

/*MENU */
.menu {
	width:745px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:74px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:74px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	width:73px;
	height:30px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	line-height:29px;
	background-image: url(Images/img02.jpg);
	text-align: center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:74px; w\idth:73px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #CCCCCC;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #CCCCCC;
}
.menu ul ul :hover > a.drop {
	background-color: #CCCCCC;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #CCCCCC;
}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:74px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:74px; top:-1px; width:74px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-74px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:127px;
	border-width:0 1px 1px 1px;
	background: #CCCCCC;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:75px;w\idth:127px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFFFFF;
	background-color: #666666;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFFFFF;
	background: #666666;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu .current, .menu ul ul .current{
	color:#FFFFFF;
	background-color: #666666;
}
.menu .current > a, .menu ul ul .current > a {
	color:#FFFFFF;
	background: #666666;
}

/*SEARCH*/
#search {
float : right;
width : 230px;
height : 30px;
background-image : url(Images/img02.jpg);
border : 1px solid #000000;
}
#search form {
float : right;
margin : 0;
padding : 0 5px 0 0;
}
#search input {
float : left;
border : none;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}
#searchagain {
width : 100px;
height : 18px;
color : #ff0000;
background-color : #ffffff;
margin-top : 5px;
padding-top : 3px;
padding-right : 0;
padding-bottom : 0;
padding-left : 5px;
}
#search-submit {
height : 30px;
margin-left : 5px;
color : #ffffff;
width : 110px;
background-image : url(Images/img02.jpg);
}

/*FORM*/
label {
	width : 85px;
	float : left;
	text-align : left;
	margin-right : 0.5em;
	display : block;
	margin-bottom : 0;
	height : 15px;
	padding-top : 12px;
	margin-left: 0.5em;
}
select {
font-size : 12px;
padding : 0;
margin-right : 0;
margin-bottom : 10px;
float : right;
height : 20px;
font-family : Arial, Helvetica, sans-serif;
margin-top : 5px;
}
input {
color : #000000;
border : 1px solid #000000;
background-color : #cccccc;
margin-bottom : 0.5em;
}
.input2 {
color : #000000;
border : 1px solid #000000;
background-color : #cccccc;
margin-bottom : 0.5em;
display : block;
float : right;
height : 15px;
width : 235px;
padding-left : 5px;
font-family : Arial, Helvetica, sans-serif;
padding-top : 5px;
}
.submit input {
color : #ffffff;
border : 2px outset #cccccc;
width : 100px;
margin-right : 10px;
background-color : #ff0000;
margin-top : 10px;
}
fieldset#f1 {
margin : 0;
padding : 0;
border : none;
}
fieldset#f2 {
width : 700px;
border : 1px solid #ff0000;
float : left;
margin-top : 5px;
}
fieldset#f3 {
width : 700px;
border : 1px solid #ff0000;
float : left;
margin-top : 5px;
}
legend {
	padding : 0.2em 0.5em;
	border : 1px solid #ff0000;
	color : #ff0000;
	font-size : 90%;
	text-align : left;
}

#checkbox {
	width: 20px;
	margin-left: 10px;
}

#left-column {
width : 340px;
float : left;
}
#right-column {
width : 340px;
float : right;
}
#left-column2 {
width : 340px;
float : left;
}
#right-column2 {
width : 340px;
float : right;
}

/*PAGE*/
#wrapper {
width : 100%;
margin-top : 0;
margin-right : auto;
margin-bottom : 0;
margin-left : auto;
}
#page {
width : 754px;
margin-right : auto;
margin-bottom : 0;
margin-left : auto;
padding-top : 0;
border : thin solid #ff0000;
margin-top : 10px;
}
#content {
float : left;
width : 340px;
height : 360px;
}
#covers {
float : left;
width : 754px;
height : 350px;
background-image : url(Images/Image_Home.png);
background-repeat : no-repeat;
}
#inside {
float : left;
width : 754px;
height : 350px;
background-image : url(Images/Image_Inside.png);
background-repeat : no-repeat;
}
#publisher {
float : left;
width : 754px;
height : 350px;
background-image : url(Images/Image_Publisher.png);
background-repeat : no-repeat;
}
#archives {
float : left;
width : 754px;
height : 350px;
background-image : url(Images/Image_Archives.png);
background-repeat : no-repeat;
}
#subscribe {
float : left;
width : 754px;
height : 350px;
background-image : url(Images/Image_Subscribe.png);
background-repeat : no-repeat;
}
#contact {
float : left;
width : 754px;
height : 350px;
background-image : url(Images/Image_Contact.png);
background-repeat : no-repeat;
}
#advert {
float : left;
width : 754px;
height : 350px;
background-image : url(Images/Image_Advertising.png);
background-repeat : no-repeat;
}
.post {
padding : 0;
margin-top : 130px;
}
.post .title {
margin : 0;
padding-top : 0;
padding-right : 20px;
padding-bottom : 10px;
padding-left : 10px;
}
.post h1.title {
	height : 80px;
	font-size : 28px;
	color : #ffffff;
	padding-top : 5px;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 20px;
}
.post h2.title {
	height : 40px;
	font-size : 14px;
	color : #ffffff;
	padding-top : 15px;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 10px;
}
.post h8.title {
height : 40px;
font-size : 14px;
color : #ffffff;
padding-top : 30px;
padding-right : 0;
padding-bottom : 0;
padding-left : 10px;
}
.post .title a:hover {
text-decoration : none;
}
.post .entry {
	padding-top : 10px;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 10px;
	color : #ffffff;
	font-size : 14px;
	width : 410px;
	float : left;
}
#sidebar {
	float : left;
	width : 265px;
	margin-left : 10px;
	height : 280px;
	border-right-width : 1px;
	border-right-style : dotted;
	border-right-color : #cccccc;
	margin-top: 10px;
	padding-right: 5px;
}
#sidebar2 {
	float : right;
	width : 455px;
	margin-left : 10px;
	border-top-width : 1px;
	border-top-style : dotted;
	border-top-color : #cccccc;
	height : 280px;
	position: relative;
	padding-right: 5px;
}
#sidebar4 {
	float : left;
	width : 740px;
	margin-left : 10px;
	height : 280px;
	padding-top : 10px;
	position: relative;
}
#sidebar3 {
	float : left;
	width : 740px;
	margin-left : 10px;
	height : 550px;
	padding-top : 10px;
}

#text {
	float : right;
	width : 270px;
	margin-left : 10px;
	height : 50px;
	font-size: 38px;
	color: #E0E0E0;
	position: absolute;
	text-align: right;
	z-index: -1000;
	right: 0px;
	top: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#advertising {
float : left;
width : 500px;
margin-left : 10px;
padding-top : 5px;
padding-bottom : 5px;
padding-left : 0;
margin-top : 10px;
height : 50px;
}
#advertising2 {
float : left;
width : 500px;
margin-left : 0;
color : #ffffff;
font-size : 12px;
text-align : center;
height : 20px;
padding-top : 5px;
background-color : #ff0000;
}
#advertising3 {
float : right;
width : 180px;
background-color : #cccccc;
margin-top : 10px;
text-align : left;
height : 70px;
padding-left : 10px;
padding-bottom : 10px;
padding-top : 5px;
}
#advertising4 {
float : left;
width : 730px;
margin-left : 10px;
border-top-width : thin;
border-top-style : solid;
border-top-color : #ff0000;
padding : 0;
margin-top : 0;
}

#submit-left {
	float: left;
	width: 300px;
}

#paypal-right {
	float: right;
	width: 400px;
	text-align: right;
	margin-right: 20px;
}

#footer {
	clear: both;
	width: 754px;
	height: 30px;
	background-color: #FFFFFF;
	background-image: url(Images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin : 0;
	line-height : normal;
	padding-top : 10px;
	padding-right : 15px;
	padding-bottom : 35px;
	padding-left : 15px;
}
#footer .legal {
float : left;
}
#footer .credit {
float : right;
}

/*this is to keep page from shifting to left on load in safari and firefox*/
html {
min-height : 100%;
margin-bottom : 1px;
}

.style1 {font-size: 8px}

.important {
	display : none;
}
