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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 752px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
#header { 
	padding: 0 10px;  
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#navigation {
	float: none;
}

#sidebar1 {
	float: right; 
	width: 12em; 
	padding: 5px 0; 
	margin-top: 15px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 img
{
	margin-right: 10px;
	border: 1px solid #333;
}

#mainContent {
  	margin: 0 13em 0 10px; 
} 
#footer { 
	padding: 0 10px; 
	background:#DDDDDD;
	clear: both;
} 
#footer p {
	text-align: center;
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.alignright { 
	float: right;
	margin-left: 8px;
}
.alignleft { 
	float: left;
	margin-right: 8px;
}
.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent a {
	text-decoration: none;
	color: #4599b5;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #24F;
}
#mainContent ul {
	list-style-image: url(../images/bullet.jpg);
}


textarea {
	width: 460px;
	height: 100px;
}
