/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0 auto;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #FFFFFF url(.gif);
	text-align: center;
}

/* links */
a { 
	color: #4C5687;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #C8C9DB;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #2F3B13; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

/* images */

img.no-border {
	border: none;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 770px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF url(collage_02.jpg) no-repeat top left;
	height: 244px;	
	width: 700px;
}

#sub-content-wrap a {
         display: block;
}

#sub-content-wrap a span {
         display: none;
}


#sub-content-wrap a#link2 {
         height: 244px;
         width: 700px;
		 margin: 0;
		 padding: 0;
}

/* header */
#header {
	position: relative;
	height: 127px;	
	width: 700px;
	background: #ffffff url(collage_01.jpg) no-repeat top left;	
}

#sub-header a {
         display: block;
         float: left;
}

#sub-header a span {
         display: none;
}


#sub-header a#link1 {
         height: 127px;
         width: 700px;
		 
		 margin: 0;
		 padding: 0;
}

/* main */
#main {
	margin: 0;
	padding: 0;
	width: 700px;		
}

/* Footer */
#footer { 
	color: #4C5687; 
	background: #ffffff url(collage_03.jpg) no-repeat top left; 
	border-top: 0px solid #2f3b13;
	margin: 0; padding: 0; 
	height: 129px;
	width: 700px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #4C5687;
}
#footer a:hover { 
	text-decoration: none; 
	font-weight: bold;	
	color: #C8C9DB;
}

#footer .lang{	
	width: 350px;
	margin: 0 0 0px 6px;
	padding: 0;
	text-align: center;
}

#footer .footer-left{
	float: left;
	width: 350px;
	position: relative;
	top: 15px;
	left: 50px;
	border-top: 1px dotted #4C5687;
}
#footer .footer-right{
	float: right;
	width: 250px;
	position: relative;
	top: 15px;
	right: 50px;
	border-top: 1px dotted #4C5687;
}

#sub-footer a {
         display: block;
         float: left;
         /* border: 1px dashed red; /* debug display */
}

#sub-footer a span {
         display: none;
}


#sub-footer a#link3 {
         height: 79px;
         width: 700px;
		 margin: 0;
		 padding: 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.blue {	color: #4C5687; }
.gray  { color: #C8C9DB; }
