/* CSS Document */


/* standard */
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	left: 3%;
	position: absolute;
}

h1{
	font-size: 120%;
	color: #738BA8;
}

h2{
	font-size: 100%;
	color: #C84F52;
}

p{}

a:link{
	color: #663399;
	background-color: #738BA8;
	text-decoration: none;
}
a:visited{
	color: #000000;
	background-color: #738BA8;
	text-decoration: none;
}
a:hover{
	color: #000000;
	background-color: #C84F52;
	text-decoration: none;
}
a:active{
	color: #000000;
	color: #C84F52;
	background-color: #738ba8;
}

/* Header */

#Header{
	background-color: #FFFFFF;
	background-image: url(images/logo_2.jpg);
	background-repeat: no-repeat;
	height: 123px;
	width: 662px;
	padding-bottom: 5px;
}

/* Navbar  */
#Navbar{
	background-color: #FFFFFF;
	background-image:  url("images/TMJ_disorder_index.jpg");
	background-repeat: no-repeat;
	height: 275px;
	width: 800px;
}
#Navbar a:link{
	text-decoration: none;
	color: #355275;
	display: block;
	width:100%;
}
#Navbar a:visited{
	text-decoration: none;
	color: #355275;
	display: block;
	width:100%;
}
#Navbar a:hover{
	text-decoration: none;
	background-color: #C84F52;
	display: block;
	width:100%;
}
#Navbar a:active{
	text-decoration: none;
	color: #C84F52;
	display: block;
	width:100%;
}

/* Content */
#Main{
	position: absolute;
	width: 800px;
	left: -2px;
	top: 428px;
}
#Images{
	position: absolute;
	width: 250px;
	left: 527px;
	top: 9px;
}
#Text{
	position: relative;
	width: 500px;
	/*border: 1px solid #355275;*/
	padding: 5px;
}


/* classes */

.menu{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	text-indent: 1%;
	font-size: 170%;
	display: block;
	margin-left: 425px;
	text-decoration: none;
	font-weight: bold;
	line-height: 150%;
}

.footer{
	position: relative;
	bottom: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 30px;
}

.welcome{
	font-weight: bold;
	color: #0066CC;
}
.altimage{
	background-color: #FFFFFF;
	background-image: url("images/TMJ_disorder_back.jpg");
}
