/* <!-- */
	/* General styles */
	@font-face {
	  font-family: 'Century Gothic';
	  
	  /* for IE */
	  src: url('http://www.glocalpictures.com/jon/CENTURY0.eot');
	  
	  /*
       * for non-IE: first see if the font exists locally on the browser's
       * computer.  If so, use that copy of the font.  Otherwise, load it
       * from the server
       */
	  src: local('Century Gothic'),
	       url('http://www.glocalpictures.com/jon/Century_Gothic.ttf') format('truetype');
	}
	
	/* Bold declaration only for non-IE browsers */
    @font-face {
    	font-family: 'Century Gothic';
    	src: local('Century Gothic Bold'),
    	     local('Century Gothic-Bold'),
    	     url('http://www.glocalpictures.com/jon/Century_Gothic_Bold.ttf') format('truetype');
    	font-weight: bold;
    }
    
* {
	margin: 0;
	padding: 0;
}

html {
    height: 100%
}

body {
	height: 100%;
	border:0;	/* This removes the border around the viewport in old versions of IE */           	
    background:#FFFFFF;
	font-family: Century Gothic, Futura, Arial, sans-serif;
    font-size:90%;
	color:#515051;
	margin-left: 36px; 
	margin-right: 36px;
}

a {
    color:#515051;
}

a:hover {
    color:#F80D61;
	background-color:#515051;
	background-position: 100% 95%;
	text-decoration:none;
}

h1, h2, h3 {
    margin:.8em 0 .2em 0;
	padding:0;
}

h2 {
	font-size: 1.45em;
}

h3 {
	font-size: 1.15em;
}
	
p {
	margin: 0 0 18px;
	padding:0;		
	line-height: 175%;
}

img {
    margin:10px 0 5px;
    border: none;
    background-color:#FFFFFF
}
	
input {
    vertical-align: middle
}

#wrapper {
	width: 100%;
	min-width: 910px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
    width:910px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 40px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 20px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {	
	width: 100%;
	float: left;
	overflow: hidden;	
}
#content {
	/*padding: 0 170px 0 170px;*/
	width: 990px;
}

#header2 {
    height: 153px;
}

#mainMenu {
    position: relative; 
    float: left; 
    width: 762px;
    padding-top: 60px; 
    position: relative; 
    background: url(../images/Top_line_pink.png) repeat-x 20% 100%;
}

#mainMenu ul {
    list-style: none;
	margin:10px 0px 0px 0px;
	padding: 0px;
	text-align:left;	
    list-style: none;
}
	
#mainMenu ul li {
		display: inline;
		margin: 0;
		text-align:right;		
    	text-transform: uppercase;
}
	
#mainMenu ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:1.5px 39px 8px;
    text-align:center;
    text-decoration:none;
    position:relative;
    left:15px;
    line-height:1.5em;
    font-size:1em;
}

#mainMenu ul li a.active,
#mainMenu ul li a.active:hover {
    font-weight:bold;
}

#body {
	height: 100%;
}

#leftMenu {
    position: relative; 
    width: 158px; 
    min-height: 500px;
    height: 500px;
    padding-left: 70px; 
    padding-top: 15px;
    text-transform: uppercase;
}
	
#leftMenu ul {
    list-style: none;
    height: 100%;
}
    
#leftMenu ul li a {
    display: block;
	float: left;
	margin:0 0 0 1px;
	padding:3px 10px 5px;
	text-align: left;
	text-decoration: none;
}

#leftMenu ul li a.active,
#leftMenu ul li a.active:hover {
	font-weight: bold;		
    color: #F80D61;
}

#subPage {
    overflow: hidden;
    margin-left: 230px;
    padding-bottom: 40px;
    position: relative;
    width: 625px;
    margin-top: -556px;
    text-align: justify;
}
	
#cfooter {
    margin: -120px auto 0px;
    padding: 0 170px 0 170px;
	width: 990px;
	height: 100px;
}

#credit {
    font-size: 0.7em;
    font-style: italic;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 150px;
	margin-left: -100%;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 15%;
	margin-left: -250px;
	position: relative;
	background: #FFACAA;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -20px auto 0;
	min-width: 990px;
	height: 20px;
}

.active {
    font-weight: bold;
    color:#F80D61;
}

/* --> */