table {
	font-size:1px; 
	font-family:Verdana;
}

body {
	font-size:10px; 
	font-family:verdana; 
	padding:0px; 
	margin:0px; 
	background-color:#ffffff; 
	background: url(../images/sitebg.gif);	
}

html {
 height: 101%;
}

a:link {
	text-decoration: none; 
	color:#5e5e5e
}

a:visited {
	text-decoration: none; 
	color: #000000
}

a:active {
	text-decoration: none; 
	color:#6C93FF
}

a:hover {
	text-decoration: none; 
	color: #6C93FF;
}

img {
	border: none;
}


#site {
	width: 934px;
	margin: auto;
}

.designCode #top {
	width: 850px;
	height: 194px;
	margin-top: 25px;
}

		.designCode #top #languageBar {
			width: 76px;
			height: 24px;
			margin-top: 120px;
			margin: 120px 0px 0px 550px;
			background-color: green;
			float: left;
		}
		
			.designCode #top #languageBar img {
				margin: 0px;
				float: left;
			}

		.designCode #top #polaroidTop {
			width: 280px;
			height: 144px;
			background: url(../images/polaroidTop.gif);
			position: relative;
			left: 654px;
		}

		.designCode #top #menu {
			width: 934px;
			height: 50px;
			background: url(../images/menu.gif); 
			float: left;
		}
		
			.designCode #top #menu h1 {
				font-size: 24px;
				font-family: times;
			}
		
		.designCode #top #menu #menuContent {
			width: 850px;
			margin: 0px 42px;
		}
		
			.designCode #top #menu img {
				float: left;
				margin: 0px;
			}
			

	.designCode #footer {
		width: 850px;
		height: 28px;
		margin: 0px 42px 150px;
		border-top: 1px solid #666666;
		float: left;
		display: inline;
	}

#mainContentTiler {
	width: 934px;
/*	height: 403px; */
	background: url(../images/mainTile.gif);
	float: left;
}

#mainContentContainer {
	width: 934px;
/*	height: 403px; */
	margin-top: 0px;
	background: url(../images/mainBg.gif);
	background-repeat: no-repeat;
	float: left;
}

.mceContentBody {
	width: 800px;
	margin: 10px 67px;
}

.sidebared {
	width: 600px;
}

#sidebar {
	width: 188px;
	margin: 70px 60px 1em 0px;
	border: 1px solid #000000;
	background-color: #ffffff;	
	padding: 0;
	float: right;
	display: inline;
}

	#sidebar h1 {
		margin: 0.5em 0.2em 0.4em 0.2em;

		text-align: center;
		font-size: 1.4em;
		font-weight: normal;
		font-variant: small-caps;
	}

	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		padding-left: 0.4em;
	}

	#sidebar li {
		margin: 0 0 0.5em 0;
		padding: 0;
		font-size: 1.1em;
	}

	#sidebar a {
		color: #3366ee;
	}

