body
{
	text-align: center
}

#wrapperOutsideIndex
{
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	min-height: 597px;
	background: url(images/new/bground.jpg) no-repeat;
	border: 0px solid blue;
}
#spacer
{
	padding-top: 57px;
}

div#menubar
{
	padding-left: 364px;
	width: 392px;
	background: none;	
	text-align: left;
}
#footer_link
{
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	padding-top: 20px;
	border: 0px solid blue;
}
#transbox
{
	width: 235px;
	min-height: 307px;
	margin-top: -14px;
	margin-left: 43px;
	background-color: #fff;
	filter:alpha(opacity=60); /*IE*/
	opacity: 0.5; /*CSS3 standard*/
	-moz-opacity:0.6; /*mozilla 1.6 or below*/
}

#welcome
{
	background: url(images/new/welcome.gif) no-repeat;
	width: 129px;
	min-height: 30px;
	margin-top: 70px;
	margin-left: 50px;
	z-index: 100;
	position: relative;
	border: 0px solid blue;
}

/* This is the container which set text to solid color.
position: relative used for IE */	
.content
{	
	font-weight: bold;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	min-height: 290px;
	padding: 15px 5px 5px 5px;

}

/* prevent initial menu downward during loading */
#menu ul 
{
	width: auto;
}
/*  Activate if graphical horizontal menu	*/
#menu a
{
	padding: 0;
	margin: 0;
}
#menu
{
	background: none;
	padding: 0;
	margin: 0;
}
#menu ul
{
	background: none;
}
	
			

/*Interior pages layout*/

div#wrapperOutside
{
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	min-height: 597px;
	border: 0px solid blue;
}
div#header
{
	margin-left: auto;
	margin-right: auto;
	width: 775px;	
	min-height: 116px;
	background-image: url(images/new/header.gif);
	background-repeat: no-repeat;

}

div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 735px;
	min-height: 441px;
	border: 0px solid red;
	padding: 20px;
}
div#content
{	
	float: left;
	width: 735px;
	min-height: 441px;
	border: 0px solid olive;
}
#cleardiv
{
	clear: both;
	min-height: 0px;
	overflow: hidden;
}

/* prevent initial menu downward during loading 
#contactform div
{
	width: 500px;
	background: none;
}

#contactform .form_element
{
	width: 150px;
}
#contactform .indent
{
	margin:10px 0px 10px 0px;
}
*/

