/* CSS Document */

body {
		background:url(../images/main_bg.gif) repeat-x #F2F1F1;
		margin:0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		line-height:18px;
		}

#frame {
		margin:0 auto 0 auto;
		width:780px;
		/* background:url(../images/main_bg.gif) repeat-x #FFFFFF; */
		background:#FFFFFF;
		overflow:hidden;
		padding:0 2px 0 2px;
		border-left: 10px solid #2D3091;
		border-right: 10px solid #2D3091;
		}

/*fix for IE form auto padding*/
form {
		margin:0;
		padding:0;
		}

p {
		margin:0 0 7px 0;
		}

a:link, a:visited {
		text-decoration:none;
		color:#F57F1F;
		font-weight:bold;
		}

a:hover, a:active {
		color:#2D3091;
		}
		
a:link img, a:visited img {
		text-decoration:none;
		border: 2px solid #F57F1F;
		font-weight:bold;
		}

a:hover img, a:active img {
		border: 2px solid #2D3091;
		
		}
		
#top_image {
		}

/*Menu
***********************************************************************/

#menu_container {
		background:url(../images/menu.gif) top;
		/* background:#F57F1F; */
		width:780px;
		height:60px;
		}
		
#menu a:link, #menu a:visited {
		background:url(../images/menu_bg.gif) bottom;
		width:98px;
		height:18px;
		padding:42px 0 0px 4px;
		display:block;
		float:left;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:normal;
		}

#menu a:hover, #menu a:active {
		background-position:top;
		}
		
		
/*Main Content Left
************************************************************************/

#main_content_left {
	    background:#FFFFFF;
		/* border-style: none solid none solid;
		border-width: thin; */
		width:530px;
		overflow:hidden;
		float:left;
		padding:20px 25px 10px 25px;
		}
		
#main_left {
		float:left;
		width:200px;
		line-height:18px;
		}

#main_right {
		float:left;
		width:330px;
		line-height:18px;
		}
		
#contact_left {
		float:left;
		width:200px;
		padding-left: 60px;
		line-height:18px;
		}

#contact_right {
		float:left;
		width:270px;
		line-height:18px;
		}

.top_space {
		margin-top:15px;
		}
		
/*Main Content Right
************************************************************************/

#main_content_right {
	    background:#FFFFFF;
		/* border-style: none solid none solid;
		border-width: thin; */
		width:200px;
		overflow:hidden;
		padding:5px 0px 0px 0px;
		float:left;
		}

.top_space {
		margin-top:15px;
		}
	
/*Gallery
***********************************************************************/

#gallery {
		width:165px;
		height:115px;
		padding:0px 10px 0px 0px;
		text-align:center;
		float:left;
		}

/* Contact
************************************************************/

input, textarea {
		margin:0px;
		margin:0px;
		border: 1px solid #7f9db9;
		background-color: #fff;
		color:#333;
		width:180px;
		}

				
/*Footer
***********************************************************************/

#footer {
		background:url(../images/bottom.gif) top;
		/* background-color:#2E3092; */
		color:#FFFFFF;
		width:670px;
		height:20px;
		padding:40px 100px 0 10px;
		text-align:right;
		}