body {
	margin:0;
	padding:0;
	background-color:#FFF2C1;
}
#Holder {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:21px;
	margin-bottom:21px; 
}
#Header {
	height: 70px;
	background-image:url(../assets/images/logo.gif);
	background-repeat:no-repeat;
	margin-bottom: 11px;	
}
#NavBar {
	height: 60px;
	background-color:rgb(13,13,13);
}
#Content {
	height:auto;
	clear:both;
	overflow:auto; 
}
#PageHeading {
	height:auto;
	padding:11px;
}
#ContentLeft {
	width:280px;
	float:left;
	padding-top:11px;
	padding-left:11px; 
}
#ContentRight {
	width:680px;
	float:right; 
}
#Footer {
	height: 100px;
}
h1 {
	margin:0;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:lighter;
	color:#666;
}
h2 {
	margin:0;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:lighter;
	color:#999;
}
h6 {
	margin:0;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:lighter;
	font-size:14px; 
	color:#333;	
}
.StyleTxtField {
	border:1px solid #666;
	border-radius:6px;
	width:80px;
	height:15px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	padding-left:6px;
	font-size: 14px;
}
label {
	font-size:14px;
	font-weight: bold;
}
table, th, td {
   border: 1px solid black;
   padding: 1px;
}
#tTitle {
	background: #F0E95D;
	text-align: center;
}
#textbox {
float: right;
}
#textbox textarea {
width: 300px;
height: 300px;
}
#submit {
	font-size:14px;
	font-weight: bold;	
}

.CtrlButton {
  background: #3498db;
  font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.CtrlButton:hover {
  background: #3cb0fd;
  text-decoration: none;
}
#Login #Holder #Content {
}
