* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	min-height: 100%;
}
/* General Style Info */

body {
	background: #686969 url(../img/layout/background.jpg) no-repeat top center;
	width: 100%;
	font-family: Verdana,sans-serif;
	font-size: 62.5%;
	color: #000;
}

#container {
	position: relative;
	width: 100%;
	font-size: 1.2em;
}

#container2 {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background: url(../img/layout/container.png) repeat-y center;
}

.structure {
}

.inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

.clear {
	clear: both;
}

/* Typography Begin ******************************************************/
a {
	color: #f05133;
	text-decoration:none;
}
a:hover {
	color: #f05133;
	text-decoration:none;
}

a.link2, #content a {
	color: #0d6cd7;
}

a img {
	border:none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 { font-family: Garamond; font-size: 2.3em; }
h2 { font-family: Garamond; font-size: 2.0em; }
h3 { font-family: Times New Roman; font-size: 2.8em; margin: 0 0 10px; color: #686969; border-bottom: 1px solid #686969; font-weight: normal; }
h4 { font-size: 1.3em; font-weight: bold; margin: 20px 0 3px 0; }
h5 { font-size: 1em; font-weight: bold; margin: 15px 0 3px 0; }
ul { margin: 0 0 10px 20px; line-height: 1.3em; }
ol { margin: 0 0 10px 30px; line-height: 1.3em; }
p { margin: 0 0 19px 0; line-height: 1.3em; }
/* Typography End ********************************************************/

/* Header Begin **********************************************************/
#header {
	height: 259px;
}

#header .inner {
	height: 259px;
	background: url(../img/layout/header3.png) no-repeat;
}

#logo h1 a {
	color: #FFFFFF;
	height: 56px;
	left: 0;
	padding: 0 0 0 160px;
	position: absolute;
	top: 53px;
	width: 790px;
	font-size: 1.4em;
	text-indent: -9999px;
	overflow: hidden;
}

#logo h2 a {
	position: absolute;
	top: 86px;
	left: 160px;
	color: #ffffff;
	font-family: Trebuchet MS;
	text-indent: -9999px;
	overflow: hidden;
}

#fraudmagazine h1 a {
	color: #FFFFFF;
	height: 71px;
	left: 735px;
	overflow: hidden;
	padding: 0 0 0 160px;
	position: absolute;
	text-indent: -9999px;
	top: 137px;
	width: 55px;
}

#fraudmagazine h2 {
	color: #FFFFFF;
	height: 61px;
	left: 0;
	position: absolute;
	top: 136px;
	width: 723px;
	font-size: 1.8em;
	font-style: italic;
	font-family: Arial;
	font-weight: bold;
	
	text-indent: -9999px;
	overflow: hidden;
}

#searchbar { position: absolute; top: 4px; right: 15px;  }
#searchbar form .txt-field { width: 150px; border: #686969; color: #979797; padding: 2px; }
#searchbar form .submit { border: none; background: none; color: #7a7b7c; }
#searchbar form .submit:hover { cursor: pointer; color: #f05133; }

/* Header End ************************************************************/

/* Navigation 
**************************************************************************/
#navigation {
	position: absolute;
	top: 235px;
	height: 24px;
	line-height: 24px;
	width: 950px;
	margin: 0 0 0 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	padding: 0;
	height: 24px;
}

#navigation ul li a {
	color: #ffffff;
	height: 24px;
	display: block;
	padding: 0 10px;
	font-size: 1.1em;
	line-height: 24px;
}

#navigation ul li a:hover, #navigation ul li a.active {
	background: #f05133;
}

/*************************************************************************/


/* Main Section Begin
**************************************************************************/
#main .inner {
	margin: 0 auto 0;
	font-size: 1em;
}

#main #breadcrumb {
	height: 23px;
	width: 100%;
	border-bottom: 1px solid #707171;
	margin: 0 0 23px 0;
}

#content {
	float: left;
	position: relative;
	width: 646px;
	padding: 0 15px 30px;
}

#content #page_contact {
	position: absolute;
	top: 6px;
	right: 15px;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
}

#sidebar {
	float: left;
	position: relative;
	width: 274px;
}

#sidebar h3 { margin: 0; }
#sidebar h3 a { color: #686969; }
#sidebar h4 { color: #414242; font-weight: bold; margin: 0; }
#sidebar a { color: #f05133; }

#sidebar .section { position: relative; margin: 0 0 15px 0; }
#sidebar .block { background: #e4e1ca; padding: 10px; }
#sidebar .block .date { font-size: 0.75em; }
#sidebar .block .download { font-size: 0.75em; font-weight: bold; }
#sidebar .block .location {font-size: 0.75em; }
#sidebar .block p { margin: 10px 0 0 0; font-size: 1em; }
#sidebar .block .block-inner { border-bottom: 1px solid #aaa99d;  padding: 0 0 10px 0; }
#sidebar .block .event { margin: 0 0 15px 0; }
/*************************************************************************/

/* Content Begin *********************************************************/
/* Content End ***********************************************************/

/* Footer Begin **********************************************************/
#footer {
	padding: 0 0 24px 0;
}

#footer .inner {
	background: #292929;
	height: 107px;
	overflow: hidden;
	width: 100%;
}

#footer .navigation {
	margin: 0 auto;
	width: 950px;
}

#footer .navigation ul {
	margin: 10px 0 0 10px;
}

#footer .navigation ul li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
}

#footer .navigation ul li a {
	color: #ffffff;
	font-size: 1.2em;
}

#footer .navigation ul li a:hover, #footer .navigation ul li a.active {
	color: #fc8300;
}

#footer #copyright { position: absolute; bottom: 20px; left: 10px; color: #929393; font-size: 0.8em; }
#footer #disclaimer a { position: absolute; bottom: 3px; left: 10px; color: #929393; font-size: 0.8em; }

#flavourstudios {
	position: absolute;
	right: 10px;
	text-align: right;
	bottom: 2px;
	font-size: 0.8em;
}

#flavourstudios a { color: #929393; }
#flavourstudios a:hover { color: #fc8300; }

.cake-sql-log {
	width: 950px;
	margin: 0 auto;
	border-collapse: collapse;
}

.cake-sql-log tr td {
	border: 1px solid #cccccc;
}
/* Footer End ************************************************************/

