﻿/* LifeMath.net Stylesheet*******

L. Leon Chen
July 21, 2008

*********************************/


/************ BASE ELEMENTS ************/

body {
	padding: 0px;
	margin: 0px;
	background-color: White;
	margin: 0px auto;
}

h1 {
     font-size:2em;
     margin:0px;
     }

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

img {
	border: none;
}

#wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: left;
	margin-top: 10px;
}
     

/*********** MAIN CONTENT ***************/

.subtitle {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
color: #6073A7;
padding: 0px 25px 0px 25px;
font-weight: bold;
}

.text {
	font-size: 1.2em;
	color: #666666;
}

#content {
	width: 800px;
	height: 600px;
	font-family: Georgia, Garamond, Times;
	text-align: left;
	background-color: white;
	background-image: url(../i/frame.jpg);	
	z-index: 1;
	background-repeat: no-repeat;
	color: #444444;
}

#title {
	
	color: #666666;
	font-family: Georgia, Garamond, Times;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	padding: 25px 0px 10px 35px;
}

#subtitle 
{
	font-size: 13px;
	font-weight:bold;
	font-family: georgia;
	padding-left: 35px;
	color:#999999;
}
}
#menu {
	height: 160px;
	color: white;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}

#menu table {
	padding: 0px 10px 0px 10px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
}