@charset "utf-8";
/* CSS Document */

/************************* Body*************************/ 
body,content,footer tbd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	}

	
/************************* Background ****************/ 

div.header {

	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px; /*top right bottom left*/

}
.container {
	background-image: url(images/bggreyline.jpg);
	width: 763px;
	height:980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px; /*top right bottom left*/
	
}
.containerinside {background-color: #faf7f7;}
.containerpopup {
	width: 600px;
	height:200px;
	margin-left: 14px;
	margin-top: 23px;
	padding: 0px;
	background-color: #FFFFFF;
}
/************************* Text Headings and Stlyes ****************/ 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
}

/************************* Links*************************/ 

a.Reg:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #5B201C;
	font-weight: bold;
	text-decoration: none;	
}
a.Reg:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.Reg:hover {
	color: #993300;
	text-decoration: none;	
	font-weight: bold;
}
a.Reg:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

