/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style1 {color: #CC0000}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(img/bkg.png);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
}
#wrapper {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	height: 550px;
}
#wrapper #about_table {
	border: 1px solid #CCCCCC;
}
#wrapper #about_table td {
	border: 1px solid #CCCCCC;
}
#wrapper p {
	margin: 5px;
}
#wrapper li {
	list-style-image: url(img/bullet.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-right: 30px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	margin-top: 10px;
}
#footer_wrap {
	background-color: #000000;
	margin-top: 8px;
	margin-bottom: 2px;
}
#footer_wrap h5 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
}

#wrapper ul {
	margin-bottom: 15px;
}


p {
	margin: 0px;
}

#menu_wrap td {
	background-image: url(img/menu_bkg.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
#wrapper #pic_area {
	background-image: url(img/img_01.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 850px;
}
