body {
    background-color: #f5f5f5;
    font-family: Verdana;
}

#wrapper {
    
}

#content {
    -moz-box-shadow: inset 0 0 15px 5px #DDD;
    -webkit-box-shadow: inset 0 0 15px 5px #DDDDE5;
    box-shadow: inset 0 0 15px 5px #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 75%;
    margin: 30px;
    padding: 5px;
    background: white;
}

#left {
    width: 53%;
	float:left;
	padding: 0 1%;
}

#right {
    width: 45%;
    float:right;
}

#right img {
	width: 100%;
}

#text {
    background-color: #f5f5f5;
}

h2 {
    color: #cc0000;
}
#info {
	
	padding: 15px;
        margin: 5px;
	line-height: 20px;
	border: 2px solid #cc0000;
	background-color: #f2f2f2;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

        text-align: center;
}

a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: red;