/***** Global Settings *****/

@import url(reset.css);

body, html { 	
	background: #dde;
	height: 100%; width: 100%;
	margin: 0;
 	}
 	
/***** Container Elements (center align) *****/

#outer {
	position: relative; 
	height: 100%;
	margin-left: auto; margin-right: auto;
	overflow: visible; 
	position: relative; }
	
#outer[id] { display: table; position: static; }

#middle {
 } /* for explorer only*/
	
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner { 
	position: relative; 
	width: 600px; 
	margin-left: auto; margin-right: auto; margin: 10px 0 10px 0; } /* for explorer only */
		
/* optional: #inner[id] {position: static;} */

#inner img {
	margin: 5px;
}

/***** Font Styles *****/

a 	{ color: black; }
a:hover { color: #666; }
p	{ padding: 6px; }

h1 { 	
	padding: 6px;
	color: #222; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.2em; }

h2 { 	
	margin-bottom: -10px;
	padding: 6px;
	color: #888; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em; }
	
hr {
	color: #eee;
	border-top: 1px solid #aaa;
}

ul { margin-top: 5px; }
ul li { list-style: disc; line-height: 16px; padding: 3px;}

/***** Layout Elements (from top left to bottom right) - for 1024px width *****/

#header {
	display: block;
	background: white url('../images/header.jpg') no-repeat;
	width: 600px;
	height: 92px;
	margin-bottom: 10px;
	margin-top: 10px;
 }
 
#header a {
	display: block;
	height: 90px;
	margin: 1px;
	width: 440px;
}

#navbar {
	position: relative;
	display: block;
	background: white;
	width: 580px;
	height: 14px;
	padding: 15px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #ddd;
	font: 12px arial; 
}

#navbar a { color: #aaa; letter-spacing: -1px; font-weight: bold; font-size: 14px; padding: 0px 5px; }
#navbar a:hover { color: #000; }

ul#links  { list-style: none; margin: 3px; padding: 0; color: #333; }
ul#links a { color: #79c200; font-weight: bold; font-size: 18px; display: block; margin: 5px; }
ul#links li { list-style: none; margin-top: 1px; padding: 8px; border-bottom: 1px solid #ccc; }

#content {
	position: relative;
	display: block;
	background: white;
	width: 580px;
	padding: 15px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #777;
	font: 12px arial; 
	line-height: 17px;
}


#content a { color: #111;}
#content a:hover { color: #999; }

.youtube a img {
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	
}

.youtube a:hover img {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:100;
}

#content #box {
	display: block;
	width: 390px;
	float: left;
	background: #eee;
	border: 1px solid #ccc;
	margin: 14px;
	padding: 12px;
}

#content #img {
	float: right;
	margin-right: -185px;
	margin-top: -25px;
}

#footer {
	position: relative;
	display: block;
	background: white;
	width: 600px;
	height: 104px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer p {
	position: absolute;
	top: 8px;
	left: 12px;
	color: #999;
	font: 11px tahoma;
}

#footer a img {
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	
}

#footer a:hover img {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:100;
}

#footer2 { 
	DISPLAY: block;
	background: url('../images/footer.jpg') no-repeat;
	height: 104px;
	width: 302px;
	float: right;
}
