body
{
margin: 0;
font-family: "HelveticaNeue-Light", Helvetica Neue Light, Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.6;
background-color: #EAEAEA;
background-image: url(red_gradient.png);
background-repeat: repeat-x;
background-attachment: fixed;
}

#tycontent {
	width:600px;
	margin:0px auto;
	text-align:left;
	padding:15px 15px 0px 15px;
	}
	
#tycontent img
{
padding: 4px;
margin-top: 40px;
display: block;
margin-left: auto;
margin-right: auto;
}


#container
{
width: 900px;
margin: 0 auto;
padding: 0 20px 50px 20px;
color: #000000;
}

#content
{
width: 440px;
float: left;
margin-top: 25px;
}

#content img
{
padding: 4px;
margin-top: 40px;
display: block;
margin-left: auto;
margin-right: auto;
}

#sidebar
{
width: 325px;
float: right;
margin-top: 25px;
margin-bottom: 20px;
line-height: 1.6;
}

#sidebar img
{
padding: 4px;
margin-top: 10px;
display: block;
margin-left: auto;
margin-right: auto;
}

#header
{
clear: both;
background-color: #fff;
border-bottom: 3px solid #000;
}

#header p
{
width: 700px;
margin: 0 auto;
color: #F4F4F4;
font-size: 12px;
padding: 20px 0 100px 0;
line-height: 1.8;
}

#header img
{
padding: 4px;
margin-top: 10px;
display: block;
margin-left: auto;
margin-right: auto;
}

h1, h2, h3
{
color: #000;
}

h1
{
font-size: 20px;
font-weight:200;
}

h2
{
font-size: 20px;
color: #415462;
font-weight: 600;
text-align: center;
}

h3
{
font-size: 25px;
color: #415462;
font-weight: 600;
text-align: center;
}

#content blockquote {
 margin: 0 20px 0 20px;
 padding: 10px;
 color: #415462;
 font-style:italic;
 }
 
#sidebar blockquote {
 margin: 0 0px 0 20px;
 padding: 0 10px 0px 10px;
 color: #000;
 font-style:italic;
 }
 
ul
{
margin: 0;
padding-left: 10px;
}

li
{
background: url(check.png) no-repeat 0 5px;
padding-left: 20px;
list-style: none;
line-height: 1.8;
}

a
{
color: #000000;
padding-bottom: 1px;
}

a:link
{
border-bottom: solid 1px #F4F4F4;
}

a:visited
{
border-bottom: none;
}

a:hover
{
color: #4b2edf;
border-bottom: 1px solid #4b2edf;
}

#sidebar a
{
color: #4b2edf;
border-bottom: solid 1px #4b2edf;
}

#sidebar a:hover
{
color: #4b2edf;
border-bottom: solid 2px #4b2edf;
}

#contentbox {
			width:528px;
			background-color: #fff;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			border-radius:20px;
			border:1px solid #e0e0e0;
			padding:1em;
			margin-bottom:1em;
			height: 650px;
		}
		
#tycontentbox {
			width:570px;
			background-color: #fff;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			border-radius:20px;
			border:1px solid #e0e0e0;
			padding:1em;
			height: 520px;
		}
		
#sidebarbox {
			width:300px;
			background-color: #fff;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			border-radius:20px;
			border:1px solid #fff;
			padding:1em;
			margin-bottom:1em;
			height: 650px;
		}
		
#footer
{
clear: both;
}

#footer p
{
text-align: center;
width: 700px;
margin: 0 auto;
color: #000;
font-size: 12px;
padding: 0px 0 10px 0;
line-height: 1.8;
}

