/* lay-out start */

body{
	text-align: center;
	background: #535c58;
}
img {
	border : 0px;
}

#wrap{
	width: 950px; 
	text-align: left;
	margin:0 auto;
	background: #fff;
	border: 2px solid #334e40;
}
/*
#wrap-inner{
	text-align: center;
}*/


#main-body {
	float: left;
	width: 75%;
}
#content {
	float: right; 
	width: 63%;
        margin-top: 5px;
}
#sidebar {
	float: left;
	width: 30%;
        margin-top: 10px;
	padding: 0px 0px 0px 20px;
}
#sidebar-2 {
	float: right;
	width: 20%;
        margin-right: 17px;
	padding-top: 17px;
        /*border: #000 solid 1px;*/
}
#footer{
	clear: both;
	background: White;
}

/* layout header starts */

#header {
	background: url(img/header_grid.gif) repeat-x;
	height: 100px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #fff;
}
#header ul  { 
	margin-top: 79px;
}

#header li a {
	padding: 80px 3em 0.5em 3em;
}
#header_title {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

/* typography starts */

body{
	font-family: "arial", san-serif;
	font-size: small;
}
h1{
	font-size: 150%;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 110%;
}


/* typography header starts */

#header h1 {
	background-image: url(img/header-h1.gif); 
	background-repeat: no-repeat;
	height: 66px;
	width: 465px;
	margin: 20px; 
	padding: 0px;

}
#header h1 span {
	display: none;
}
#header li { 
	display: inline; 
}
#header li a {
	font-family: "Tahoma", san-serif;
	font-weight: bold;
	font-size: 90%;
        color: #444;
	text-decoration: none;
}
#header li a:hover {
	background-color: #f00073;
	color: #fff;
	filter:alpha(opacity=85);
	opacity:0.85;
}

/* typography content starts */

#content h2{
	font-size: 140%;
	
}
#content h2 a{
	color: #f00073;
	text-decoration: none;
}
#content h2 a:hover{
	color: #007330;
}
#content p {
	color: #444;
	line-height: 1.3em;
}
#content a {
	color: #f00073;
	text-decoration: none;
}
#content a:hover{
	color: #007330;
}

#content hr {
        border-style: dotted;
        margin-bottom: 20px; 
        color: #aaa;
}
#content img {
        margin-bottom: 10px;
}

/* typography sidebar starts */


#sidebar h2 {
	color: #666;
        font-family:"Trebuchet MS", sans-serif;
	font-size: 100%;
	margin: 10px 0px 0px 0px;
        /*text-transform: uppercase;*/
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar li { 
	display: inline; 
	}
#sidebar li a{ 
	color: white;
	line-height: 2em;
	margin:2px;
	padding: 2px 5px;
	background-color: #f00073;
	text-decoration: none;
}
#sidebar li a:hover{
	background-color: #007330;
}
/* 
#sidebar img {
	align: right;
	margin-top: 13px;
}
*/
#sidebar form {
	margin: 2px 0px 2px 0px;
}
#search {
	color: #f00073;
	width: 160px;
	padding: 4px;
	border: solid 1px #334e40;
}
#searchsubmit {
	padding: 3px;
	color: White;
	background-color: #f00073;
	border: solid 1px #f00073;
}

/* typography sidebar-2 starts */

#sidebar-2 p {
        color: #444;
        font-size: 90%;
        line-height: 120%;
        padding-right: 10px;
}
#sidebar-2 a {color: #f00073;
	text-decoration: none;
}
#sidebar-2 a:hover{
	color: #007330;      
}


/* typography footer starts */

#footer, #podPress_footer p {
       margin-bottom: 10px;
       text-align: center;
       font-size: 80%;
       color: #777;
}
#footer a {color: #f00073;
	text-decoration: none;
}
#footer a:hover{
	color: #007330;      
}
#podPress_footer cite {
        font-style: normal;
}
#podPress_footer strong {
        font-style: normal;
}