body {
	background: url(../img/4.png) left no-repeat;
	background-attachment:fixed;	
	background-position: 0px 10px;
	background-color: #fff;
	font: normal 12px/18px Arial;
	color: #000;
}

.both {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-family: Georgia, "arial", Times, serif;
}

h2 {
	text-transform: uppercase;
	font-size: 145%;
	padding-top: 10px;
	font-weight: normal;
	font-family: arial, "Times New Roman", Times, serif;
}

h3 {
	text-transform: uppercase;
	font-size: 120%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
}

h4 {
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	font-size: 110%;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	padding: 5px 0 10px 0;
	font-size: 120%;
}

.center_align {
	text-align: center;
}

.right_align {
	text-align: right;
}

#container {
	
	width: 880px;
	padding: 20px;
	margin:30px auto;
	overflow: hidden;
	position:relative;
}


/********************
	Undone
 ********************/

/*ul,ol, li { 
	list-style-type: none;
	
}
*/



ul,ol,_,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ 
	margin:0; padding:0 
	
}

a img,:link img,:visited img { 
	border:none; 
}

address { 
	font-style:normal 
}

/********************
	Header
 ********************/
#header {
	border-bottom: solid #000 0px;
	width: 880px;
	overflow: hidden;
	height: 200px;
}

#header h1 {
	float: left;
	display: block;
}

#header h1 a {
	text-indent: -9999px;
	width: 176px;
	height: 53px;
	display: block;
	position: absolute;
	background: #5ed5ff;
}

#contact_info {
	float: right;
	font-size: 1.1em;
	line-height: 12px;
	text-align: right;
	margin-top: 10px;
}

.icon {
	padding: 12px 12px 0 0;
	
}

.phno	{
	padding: 25px 0 20px 0;
	font-size: 140%;
	color: #2323E4;
}

/********************
	Content
 ********************/
#content {
	border-top: 0px solid #000;
	width: 880px;
	overflow: hidden;
	padding: 0 0 10px 0;
}


.column {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.column_small {
	width: 280px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

address {
	margin-bottom: 10px;
}

/* unordered list */

ul#eg {
	float: left;
	margin-top: 3px;
	padding-left: 40px;
	font-size: 140%;
	line-height: 20px;
}

ul#eg   a.hover {
	color: #000;
}




#description {
	clear: left;
	float: left;
	width: 580px;
	overflow: hidden;
	border-top: 1px solid #000;
}



#column_580 {
	width: 580px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

#column_280 {
	float: left;
	width: 280px;
	overflow: hidden;
	margin-top:10px;
}



.newsbox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}

table {
	font-size: 14px;
	margin-bottom: 40px;
}

tr.head	{
	background-color: #2323E4;
	color: #eee;
}

.centeredImage
    {
    text-align:center;
    display:block;
}

/********************
	Footer
 ********************/
#footer {
	background-color: #fff;
	padding-top: 125px;
}

