/* CSS Document */
body
{
	background					: #fff url(../images/background.jpg) repeat;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 12px;
	margin 						: 0;
	padding 					: 0;
}
a
{
	color						: #339966;
	text-decoration				: none;
}
a:hover
{
	color						: #33CC66;
	text-decoration				: underline;
}
#idContainer
{
	width						: 860px;
	height						: 600px;
	margin						: 0 auto;
}
#idHeader
{
	background 					: #fff url(../images/main_back_01.jpg) no-repeat;
	width 						: 860px;
	height 						: 214px;
	border-top					: 1px solid #339966;
	border-left					: 1px solid #339966;
	border-right				: 1px solid #339966;
}
#idMainSite
{
	margin-top					: 65px;
	margin-left					: 710px;
}
#idFlashSite
{
	margin-left					: 700px;
}
#idContact
{
	margin-left					: 720px;
}
#idMainSite, #idFlashSite, #idContact
{
	width						: 70px;
	height						: 25px;
	display						: block;
}
#idBody
{
	background 					: #fff url(../images/main_back_02.jpg) no-repeat;
	width 						: 860px;
	height 						: 386px;
	border-bottom				: 1px solid #339966;
	border-left					: 1px solid #339966;
	border-right				: 1px solid #339966;
}
#idWelcome
{
	margin						:  0 2px 0 30px;
	width						: 395px;
	height						: 170px;
	float						: left;
	border						: 1px solid #33CC66;
	background-color			: #CCFFCC;
	display						: inline;
}
#idWelcome h1
{
	margin						: 6px;
	font-size					: 18px;
}
#idWelcome p, #idLinks p, #idLinks form
{
	margin						: 6px;
}
#idLinks
{
	margin						:  0 30px 0 2px;
	width						: 395px;
	height						: 170px;
	float						: right;
	border						: 1px solid #33CC66;
	background-color			: #CCFFCC;
	display						: inline;
}
#idLinks h2
{
	margin						: 6px;
	font-size					: 16px;
	color						: #339966;
}
#idContactForm
{
	margin						: 5px 30px 0 433px;
	width						: 395px;
	height						: 175px;
	border						: 1px solid #33CC66;
	background-color			: #CCFFCC;
}
#idContactForm h2
{
	margin						: 6px;
	font-size					: 16px;
	color						: #339966;
}
#idContactForm form, #idContactForm form input, #idContactForm form textarea, 
#idLinks form, #idLinks form input
{
	font-size					: 10px;
}
#idFooter
{
	margin						: 5px 0 0 433px;
	font-size					: 10px;
	width						: 395px;
	height						: 25px;
	border						: 1px solid #33CC66;
	background-color			: #CCFFCC;
	text-align					:center;
}
#idFooter p
{
	padding						: 0;
	margin-top					: 5px;
}
#idWelcome, #idLinks, #idContactForm, #idFooter
{
	filter						: progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
	opacity						: .70;
}

