/* CSS Document EDGEWOOD */


html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background: #333 url(../images/bk.jpg) repeat-x;
	font-size:85%;
}

p {
	font-size:12px;
	padding-top: 0px;
	margin-top: 0px;
}

a {
	color: #006600;
	text-decoration:none;}

a:hover {
	color:#000;}
	
	
/* ~~~~~~~~~~~~~~PAGE SETUP~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:900px;
	margin-top: 30px;}
	
#top {
	width:890px;
	float:left;
	padding-left:10px;
	height: 86px;
	background:url(../images/top.gif) no-repeat;}

/* ~~~~~~~~~~~~~~MENU~~~~~~~~~~~~~~~~ */	

#header {
	float:left;
	width:900px;
	height: 274px;}
	
#menu {
	float:left;
	width:233px;
	height: 244px;
	padding:30px 0 0 20px;
	background:url(../images/menu.gif) no-repeat;
}
	
#menu ul {
	margin:0;
	padding:0;
	display: inline;
	list-style:none;}
	
#menu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}

#menu li a{
	display:block;
	font-family:"Times New Roman", Times, serif;
	float:left;
	padding:4px 10px 0 0;
	color:#fff;
	font-size:15px;
	text-decoration:none;
	text-align:right;
	width:213px;
	height:20px;
	margin-bottom:4px;}

#menu li a:hover{
	color: #000;
	background-color:#ffd900;}

#pic {
	float:left;
	width:647px;
	height: 274px;}
	
#picip {
	float:left;
	width:647px;
	height: 92px;}
	
/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */
#content {
	width:900px;
	float:left;
	background:url(../images/contentbk.gif) no-repeat;}
	
#contentbk {
	width:900px;
	float:left;
	background:url(../images/cross.gif) repeat-y;}
	
#contentip {
	width:900px;
	float:left;}
	
#left {
	width:253px;
	float:left;}
	
#right {
	width:647px;
	float:left;}
	
#contentbkip{
	width:900px;
	float:left;
	background:url(../images/crossip.gif) repeat-y;}
	
#text {
	width:470px;
	float:left;
	padding: 100px 30px 20px 253px;}
	
#textip{
	width:447px;
	float:left;
	padding: 0px 170px 20px 30px;
	background:url(../images/textbk.gif) no-repeat;
	min-height:400px;
	height:auto;


!important
	height:400px; 
}

#textip a {
	padding:2px 4px;
	background-color:none;}
	
#textip a:hover {
	padding:2px 4px;
	background-color:#fff;}
	
#address {
	width:127px;
	float:left;
	padding: 50px 10px 0 10px;}
	
#address p{
	color:#000;
	font-size:11px;}
	
#addressip {
	width:127px;
	float:left;
	padding: 50px 10px 0 100px;
}
	
#addressip p{
	color:#000;
	font-size:11px;}
		
	
/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */
#footer {
	float:left;
	width: 900px;
	height:58px;
	color:#666;
	text-align:right;
	background: url(../images/footer.gif) no-repeat;}
	
#links {
	float:left;
	width:243px;
	padding:20px 10px 0 0;
}
	
#links a {
	color:#666;
	text-decoration:none;}
	
#links a:hover {
	color:#CCCCCC;}
	
#copyright {
	float:left;
	width:477px;
	padding:20px 170px 0 0;
}
	
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */
	
h1 {
	margin:0 0 40px 0;
	font-size:35px;
	color:#FFFFFF;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
}
	
h2 {
	font-size:16px;
	color:#AAA697;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
	
.padding {
	padding-top:25px;
}
	
