body {
    margin: 0; 
    padding: 0;
    height: 100%;
    text-align: center;
	background-color: #FFFFFF;
    font-family: Tahoma,Verdana,DejaVu Sans;
    font-size: 12px;
    color: #4c4c4c;
}
#slider {
    float: center;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
}
.contentholder {
    height: 235px;
    overflow: hidden;
    position: relative;
    width: 480px;
}
.contentslider {
    position: absolute;
}
.content {
    float: left;
    padding: 0;
    position: relative;
    width: 480px;
}
.left_icons {
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	float: left;
    height: 235px;
    width: 580px;
    
}
.icon {
    float: left;
    height: 32px;
    padding: 13px 10px;
    width: 32px;
}
img {
    padding: 1px;
}
.contentnav {
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    bottom: 30px;
    line-height: 20px;
    text-align: center;
    z-index: 100;
	width: 250px;
}
.contentnav a.active {
    background: none repeat scroll 0 0 #242424;
    color: #FFFFFF;
    font-weight: bold;
}
.contentnav a {
    color: #FA9D1A;
    padding: 3px;
    text-decoration: none;
}
.inslider a {
    text-decoration: none;
}
a:link {
    color: #FA9D1A;
}
.blue {
    color: #3582AF;
}
h1#post {
    font-size: 24px;
    line-height: 28px;
    margin: 5px;
	width: 870px;
}
h1, h2, h3, h4, h5, h6, p {
    font-weight: 400;
}
h2#head {
    text-align: center;
    padding: 0 0 0 45px;
}

.name {
    border: 1px solid #AEAEAE;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    color: #4c4c4c;
    position: relative;
    width: 200px;
}
input[type="submit"], input[type="button"] {
    background: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 5px 5px 5px 5px;
    color: #4c4c4c;
    cursor: pointer;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    margin: 5px 0 -9px;
    padding: 0 7px;
    text-shadow: 0 1px #F9F9F9;
}
input {
    color: #AEAEAE;
}
#right_colum{
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
    float: center;
    height: 320px;
    position: relative;
    width: 270px;
	
}
label {
height: 39px;
display: inline-block;
cursor:pointer;
position:relative;
}
input[type=radio]{
display:none;
}
input[type=radio]:checked+label img {
border: 2px solid rgb(110, 110, 110);
border-radius: 4px;
background: #333;
}
input[type=radio]:checked+label:after {
content: "\2714";
position: absolute;
width: 5px;
height: 5px;
top: -12px;
left: -14px;
font-size: 20px;
padding: 5px;
line-height: 5px;
color: green;
}
.message {
width: 480px;
margin: 10px auto;
padding: 20px;
border: 3px solid green;
color: red;
background: #EFF5F2;
font-size: 20px;
}