/* CSS Document */

body { 
	text-align: center;
	margin: 0px;
	padding: 0px;
		font-family: Georgia, Verdana, Arial, sans-serif;
	
}

#wrap {
	width: 815px;
	margin: auto;
}

#stripedmat{
	height: 473px;
	overflow: hidden;
	background-image: url(pstripes.jpg);
	background-repeat: no-repeat;
	background-position: left TOP;
	text-align: center;
}

#stripedmat_content {
    margin-top: 45px;
	margin-left: 35px;
	margin-right: 35px;
	}
	
#information {
	float:left;
	width: 530px;
	margin-left: 7px;
	margin-top: -10px;
	background-image: url(iribbon.jpg);
	text-transform: lowercase;
	background-repeat: repeat;
	height: 345px;
	background-attachment: fixed;
	background-position: left top;
	}

#information_content {
	text-align: left;
	font-size: 12pt;
	margin: 10px 15px;
	height: 330px;
	overflow: auto;
	overflow-x: hidden;
	}

#information_content a{
	text-decoration: none;
	color: #000000;
	}
	
#information_content a:hover{
	text-decoration: underline;
	}
	
#information_content li {
	padding: 10px;
	list-style-type: none;
   }
   
#menumat {
	width: 100%;
	height: 166px;
	overflow: hidden;
	background-image: url(bgbuttons.jpg);
	background-repeat: no-repeat;
}

#menu  {
	margin-top: 17px;
	margin-left: 150px;
	}

#menu ul{
    list-style-type: none;	
}

#menu ul li {
    display: inline;
	margin-right: 35px;	
}

.ribbon{
	background-image: url(information.jpg);
	font-size: 16px;
	line-height: 30px;
	background-repeat: repeat-x;
	background-position: right bottom;
	margin-bottom: 10px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-weight: bolder;
}

.proper {
	text-transform: capitalize;
}