/* CSS Document */

/* CSS Document */
body {
	background-image:url(images/v_loop_background.jpg);
	background-repeat:repeat-x;
}

#ContentLayer {
	width:718px;
	height:1200px;
	background-image:url(images/alisethi_header.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	z-index:1;
	top: 30px;
	position: relative;
	left: 50%;
	margin-left: -360px;
}

#Header {
	width:719px;
	height:96px;
	z-index:2;
	top: 0px;
	left: 0px;
}

#LeftColumn{
	position:absolute;
	width:350px;
	height:800px;
	z-index:2;
	left: 10px;
	top: 190px;
}
#RightColumn{
	position:absolute;
	width:345px;
	height:115px;
	z-index:2;
	left: 365px;
	top: 190px;
}
	
#TopMedsBarBackground {
	width:673px;
	height:34px;
	top:36px;
	position:relative;
	left: 50%;
	margin-left: -336px; /* half the width of the div */
	background-image:url(images/med_header_vert.jpg);
	outline-color:#333333;
	outline-style: solid;
	outline-width: thin;
}

#LeftColumnHolder {
	width:337px;
	height:99%;
	z-index:2;
	top: 21px;
	background-color: #FFFFFF;
}

#LeftContent {
	width:90%;
	height:90%;
	z-index:3;
	top: 20px;
	background-color: #FFFFFF;
}

#RightColumnHolder {
	position:absolute;
	width:335px;
	height:99%;
	z-index:2;
	left: 338px;
	top: 21px;
	background-color: #FFFFFF;
}
#RightContent {
	width:90%;
	height:90%;
	z-index:2;
	top: 20px;
	background-color: #FFFFFF;
	text-align:left;
}
	

#WholeContent{
	width:90%;
	height:99%;
	z-index:2;
	background-color: #FFFFFF;
	top:40px;
}


.link {
	font-family:"Myriad Pro", "Adobe Garamond Pro", "Gill Sans", Helvetica;
	font-size:11px;
	color:#CC6633;
}

.jumbotitle {
	font-family:"Bell MT", "Adobe Garamond Pro", "Times", serif;
	font-size:36px;
	color:#FFFFCC;
	font-weight: bold;
}
.minititle {
	font-family:"Bell MT", "Adobe Garamond Pro", "Times", serif;
	font-size:24px;
	color:#FFFFCC;
}
#BookBox {
	position:absolute;
	width:310px;
	height:115px;
	left: 15px;
	top: 235px;
	background-color:#FFFFCC;
	outline-style: solid;
}

.headline {
	font-family:"Bell MT", "Adobe Garamond Pro", "Times", serif;
	font-size:22px;
	color:#CC6633;
}

.caption{
	font-family:"Myriad Pro", "Adobe Garamond Pro", "Gill Sans", Helvetica;
	font-size:12px;
	color:#0099FF;
}

.headline {
	font-family:"Bell MT", "Adobe Garamond Pro", "Gill Sans", Helvetica;
	font-size:20px;
	color:#CC6633;
}

.altheadline {
	font-family:"Myriad Pro", "Adobe Garamond Pro", "Gill Sans", Helvetica;
	font-size:18px;
	color:ff9900;
}

.sub_headline {
	font-family:"Myriad Pro", "Adobe Garamond Pro", "Gill Sans", Helvetica;
	font-size:12px;
	color:#0099FF; 
}
.navigation {
	font-family:"Bell MT", "Adobe Garamond Pro", "Times", serif;
	text-align:right;
	font-size:16px;
	color:#FFFFFF;
}

.copy {
	font-family:Times;
	font-size:13px;
	color:#000000;
}

.featurecopy {
	font-family:"Myriad Pro", "Adobe Garamond Pro", "Gill Sans", Helvetica;
	font-size:18px;
	color:#000000;
}
.jumboquotes {
		font-family:"Myriad Pro", "Adobe Garamond Pro", "Gill Sans", Helvetica;
		font-size:24px;
		color:#0099FF;
}
		
a:link {
	color:#CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

