#body	{
background-color:#94b7df;
font-family:sans-serif;
}
#container	{
	width: 800px;
	margin: auto;
	padding-top: 10px;
}

#header {
	width:800px;
	height:150px;
	background-image: url(repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: black;
	border: solid black 2px;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}



#symptom {
	position: absolute;
	margin-top: 30px;
	margin-left: 30px;
}

a {
text-decoration: none;
color: #7033CC;
font-weight:bold;
}

a:visited{
color: #7033CC;
}

a:hover {
color:#FF0000;
}

h2 {
margin-top: 0px;
}


v\:roundrect  {
    behavior:url(#default#VML);
    }
	
	v\:roundrect {
    color:#000;
    display:block;
    background-color:#fff;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding:20px;
    height:100%;
    
    /* IE-specific */
    behavior:url(#default#VML);
    /background-color:transparent;
    }