/* home page css */
body {background:  url(../Images/frontImageBck.jpg) no-repeat center 70px; background-color: #FFF; margin: 0px; padding: 0px; font-family: Arial, Helvetica, Sans-serif;}
a {text-decoration: none;}
#page {position: relative; width: 702px; height: 600px; margin: 0 auto; padding: 0; text-align: justify;}
#title {font-family: "Courier New", Courier, mono; font-size: 36px; font-style: italic; margin-top: 0; z-index: 101;}
#title a {text-decoration: none; color: #FFF; font-weight: bold; background-color: #000; padding-right: 0.5em; padding-bottom: 0; padding-left: 0.5em;}
#title a:hover {color: #000; background-color: #EEE;}
#subtitle {font-family: "Courier New", Courier, mono; font-size: 20px; font-style: oblique; font-weight: normal; text-transform: lowercase; color: #AAA; text-align: right; padding-right: 1em; margin-top: -1.2em;}
#nav {font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-transform: uppercase; text-align: center; width: 100%; font-weight: bold; border-top: 1px solid #666; border-bottom: 1px solid #666; padding-top: 3px; padding-bottom: 3px; margin-top: 2px; background: #CCC;}
#nav a {text-decoration: none; color: #000; padding-top: 3px; padding-right: 1em; padding-bottom: 3px; padding-left: 1em;}
#nav a:hover {color: #CCCCCC; background-color: #000;}
#nav b {display: none;}
#editable {
	width: 431px;
	height: 450px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #DDD;
	paddding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 270px;
	text-align: right;
	font-style: italic;
	line-height: 1em;
	margin-right: 0px;
}
#editable h2 {text-indent: 0; text-align: left;}
#copyright {position: relative; width: 700px; right: 0xp; margin-top: 20px; color: #CCCCCC; font-size: x-small; text-align: left; width: auto; border-top: 1px dotted #CCC;}
#design {position: relative; bottom: 0px; right: 0px; text-align: right; color: #CCC; font-size: x-small; margin-top: -1.2em;}
#design a {text-decoration: none; color: #CCC;}
#design a:hover {color: #666;}
