p {  font-size: 12px}
p {  line-height: 16pt}
h3 {  font-size: 14px; font-weight: bold}
ul {  font-size: 12px; line-height: 16pt}
h1 {  font-size: 24px; font-weight: bold}
h2 {  font-size: 18px; font-weight: bold}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
h4 {  font-size: 12px; font-weight: bold}
a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
ol {  font-size: 12px; line-height: 16px}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.padding {
	padding-right: 20px;
	padding-left: 20px;
}
.bodybg {
	background-image: url(assets/images/bodybgbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.gradientbg {
	background-image: url(assets/images/gradientbg.jpg);
	background-repeat: repeat-x;
}
.livelinkbg {
	background-image: url(assets/images/bottomart.jpg);
	background-repeat: no-repeat;
}
.photobg {
	border: 2px solid #B2B48D;
}.linked_image_border {
	border: 1px solid #000000;
}
#wrapper {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
/*---------------SIDE CONTACT FORM CSS STARTS HERE-------------------------*/
#sideContact {
	width: 167px;
	height: auto;
	padding: 20px 5px 5px 5px;
	margin: 10px -8px 10px 10px;
	color: #fff;
	background-color: #B2B48D;
	text-align: center;
	border: 1px solid #000;
	float: right;
}
#sideContact input {
	background-color: #fff;
	border: 1px solid #B2B48D;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 5px 0px 5px;
	padding: 3px 0px 0px 4px;
	width: 150px;
	height: 20px;
	font-size: 12px;
	color: #000;
}
#sideContact textarea {
	background-color: #fff;
	border: 1px solid #B2B48D;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 5px 0px 5px;
	padding: 3px 0px 0px 4px;
	width: 150px;
	height: 50px;
	font-size: 12px;
	color: #000;
	list-style-type: none;
}
#sideContact .button {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	height: auto;
	margin: 15px auto;
	padding: 0px;
	text-align: center;
	border: 0;
}
#sideContact img {
	margin: 5px 5px 0px 5px;
}

