/* RESET */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,
h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{
text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:
before,q:after{content:'';}abbr,acronym
{border:0;font-variant:normal;}sup {vertical-align:text-top;}sub
{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;
font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:
100%;}legend{color:#000;}

body { font-family:"Century Gothic", Century, sans-serif; font-size: 10px; }
a { color: #61106A; text-decoration: none; }
a:hover , a.selected { color: #a98db5; text-decoration: underline; }

#container{
	margin: 0 auto;
	width: 90em;
}

/* CSS Document */
#outside{
background-color:#FFFFFF;
position:absolute;/*required for centering*/
width:900px;
margin-left:-500px; /* half of width */
left:50%; /* to center the thing */
/*txt*/
font-size:small;
}

#left{
float:left;
width:200px;
height:650px;
background: url(img/orchids.gif) no-repeat bottom left;
}
#logo{
padding-top:20px;
padding-left:30px;
}


#leftfooter{
}
#right{
float:left;
height:614px;
width:700px;
background-image:url(img/corner_circles.jpg);
background-position:bottom right;
background-repeat: no-repeat;
}
#header{
text-align:center;
height:180px;
padding-left:40px;
padding-right:20px;
/*text*/
font-style:italic;
}
#main{
height:315px;
margin-left:30px;
margin-right:10px;
padding-right:10px;
padding-left:10px;/*
padding-top:5px;*/
padding-bottom:5px;
/* border-left: 2px solid gray; */
/*font*/
color:#333333;
text-align:left;
}
#main img{
padding:5px;
}
#footer{
padding-left:100px;
padding-right:20px;
height:96px;
text-align:center;
/*font*/
font-size:x-small;

}
#outfooter{
padding-left:20px;
padding-right:20px;
}
img { /* to remove weird borders around images when they are a link, thanks internet! */
border-width:0px;
}

#faq li{
margin-bottom:25px;
}
#questions li{
margin-bottom:3px;
}
#box {
	width:467px;
	margin-left:auto;
	margin-right:auto;
}
#box-inside {
	background-image:url(img/box/Picture-3_06.gif);
	background-repeat:repeat-y;
	color:#fff;
	line-height:1.6em;
	word-spacing:0.2em;
}
#box-inside a {
	color:#FFF;
	text-decoration:none;
}
#box-inside a:hover {
	text-decoration:underline;
}
ul.symptoms {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#news {
	float:right;
}