/* CSS Document */


body{
	margin:30px 0 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:1.3;
}

h1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #e2373e; 
} 
h2 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: bold; 
color: #e2373e; 
} 
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


a:link {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #e2373e;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:visited:hover {
	color: #e2373e;
	text-decoration: none;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #fff454;
	
}

.style2 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff454; 	
	font-weight: bolder;}

#maincontainer{
width:800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#topsection{}

#logo {float:left }
#newsletter{
	float:right;
	text-align:right;
	padding-top:10px;
	color:#CCCCCC;
	font-size: 9px;
}
#additionalmenu{
	float:right;
	text-align:right;
	padding-top:0px;
	color:#CCCCCC;
	font-size: 12px;
}

#picture  {margin:0;
clear:left;}
#navigation {margin:0;}

#mainmenu {float:left}

#contentwrapper{
	float: left;
	width: 100%;
	border-top: 1px solid #E2373E;
	border-right: 1px solid #E2373E;
	border-bottom: 1px solid #E2373E;
	border-left: 1px solid #ffffff;

}


#contentcolumn{
	float:right;
	width:600px;
	text-align:left;


}

#textposts {
/* non forced height for News and About pages*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

html>body #textposts {
	height: auto; /* for not-IE */
}


#posts {
	height: 190px;
	min-height: 190px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

html>body #posts {
	height: auto; /* for not-IE */
}


#menu {
	float:left;
	width:200px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html #menu {
	float:left;
	width:200px;
	margin-left:0px;
	background-color:#ffffff;
}
#menu a {
	display:block;
	text-decoration:none;
	color:#e2373e;
	border-bottom:1px dashed #ffffff;
	padding:2px 3px 2px 15px;
	font-size:12px;
	background: url(images/dot.gif) no-repeat 0px center;
	}
#menu a:hover {
	color:#cccccc;
	background: url(images/greydot.gif) no-repeat 0px 8px;
}

#leftcolumn{
	float: left;
	width: 200px;
	text-decoration: none;
    list-style: none;
}

#leftcolumn li {
	list-style-position: outside;
	list-style-image: url(images/dot.gif);
	list-style-type: none;
}
#leftcolumn a:link {
	color: #e2373e;
	text-decoration: none;
}
#leftcolumn a:hover {
	color: #666666;
	text-decoration: none;
}
#leftcolumn a:visited {
	color: #e2373e;
	text-decoration: none;
}
#leftcolumn a:visited:hover {
	color: #666666;
	text-decoration: none;
}

#footer{
clear:left;
width: 800px;
height:14px;
}






.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 15px;
}

 input {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: 1px solid #cccccc;
}

	


#footer{
clear:left;
height:14px;
width:800px;

}


#copyright{
	
	height:10px;
    float:left;
	color:#cccccc;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
}

#legals{
	
	height:12px;
    float:right;
	color:#cccccc;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}



img {
	border: 0px;
}
