* { margin: 0; padding: 0; outline: 0 }
body {
	background: #CCC;
	font: 70%/1.5em arial, Verdana, Tahoma,  sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: underline;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family:  Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 180%;	
	font-weight: bold;
	color: #006699;
}
h2 {
	font-size: 110%;
	color: #88ac0b;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
    margin: 5px 0px 10px 10px;  
}
img.float-left {
    margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
 
#wrap {
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: right;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header #logo-text  {
	position: relative;
	margin: 0; padding: 0;
	font: bold 38px  Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; right: 240px;	
}
#header p#slogan {
	position: relative;
	margin: 0; padding: 0;
	font: normal 12px   Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 22px; right: 240px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: #006699;	
	height: 37px;
	width: 780px;	
	color: #ffffff;
}
#menu a { 
	color: #ffffff;
	font: bold 16px/37px Verdana, Arial, Tahoma, Sans-serif;
} 
/* Main Column */
#main {
	float: right;
	width: 100%;
	padding: 0; 
	margin: 5px 0 0 5px;
	display: inline;
	font-size: 140%;
}
#main h2 {
	margin-top: 10px;
	color: #88ac0b; 
	padding: 5px 40px 5px 0; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 730px 55%;	
}
 
#main ul li {
	list-style-image: url(bullet.gif);
}
#movie {
	float: left;	
	padding-top: 15px;
	padding-right: 15px;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
 
/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
	font-size: 100%;	
}

 
/* display and additional classes */
.clear { clear: both; }


