﻿
	
#Content {
	width:1024px;
	margin:0px auto;
	text-align:left;
	padding:5px;
	
	}


.cornerBox { position: relative; background: #cfcfcf; width: 200px;
            top: 0px;
            left: 0px;
            float:left;
            margin:10px;
            min-height:360px;
           
        }
 .cornerBox p {padding-left:15px;}
 
 .cornerBoxMiddle,.cornerBoxMiddleTop { position: relative; background: #cfcfcf; width: 650px;
            top: 0px;
            left: 0px;
            margin:10px;
            
        }
 
.corner { position: absolute; width: 10px; height: 10px; background:url('corners.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { padding:  5px 20px 20px 30px ;}
.cornerBoxInnerTop { padding:  15px 20px 5px 30px ;}
.cornerBoxInnerLeft { padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

img.rightpic {display:block;margin-bottom:15px;}

/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}

body { 
	font-family: 'Lucida Sans Unicode','Lucida Grande','Sans-Serif';
	line-height: 1.4;
	color: #555753; 
	margin:0px 0px ; 
	padding:0px;
	padding: 0;
	}
p { 
	margin-top: 0; 
	
	}
h1 { 
	
	margin: 0; 

	color:#aa3a60;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #aa3a60; 
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #aa3a60; 
	}
a:hover, a:active  
{
	text-decoration: underline; 
		color: #aa3a60; 
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}
