/************************************************************
Title:     PDA | Emile Blume - Netcreators.com
************************************************************/
body { 
	background: #FFF;
	color: #333;
	font: normal 80% Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color:#4A328C;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.4em;
}

h1 { font-size: 1.8em; font-weight:bold; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }

p { font-size: 1em; margin-bottom:1.5em; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color:#EF1C22; text-decoration:none;}
a:hover { text-decoration:underline;}

img { border:0;}

#main { background:none; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 96%;
	position: relative;	
}

#main, #center, #right, #footer {
	border: 0;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	width: 100%;
}

#main { padding-bottom:10px; border-bottom: 4px solid #DFE5DC; }

#left {
	border-top: 4px solid #DFE5DC;
	border-bottom: 4px solid #DFE5DC;
	margin: 10px 0;
}

#bread { display:none; }

#pagetitle {
	color:#EF1C22;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}

