html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
li {
	padding-bottom:8px;
}
li ul {
	padding-top:8px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	margin: 0 35px;
}
strong {
	font-weight:bold;
}


html,body {
	font: 13px Georgia,Arial,sans-serif;
	color: #666;
	background:url(images/bg.jpg) repeat-x;
	background-color:#fff;
	margin:0 auto;
	text-align:center;
	padding:0;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:780px;
	margin:0 auto;
	text-align:center;
}
#header {
	height:60px;
	margin:0 auto;
	text-align:left;
	border-bottom:1px solid #ccc;
}
#header-left {
	width:220px;
	float:left;
	padding-top:10px;
}
#header-right {
	width:560px;
	float:right;
}
#buttons {
	height:40px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#graphic {
	margin:0 auto;
	padding: 10px 0 30px 0;
	text-align:left;
}
#graphic-left {
	float:left;
	width:520px;
	padding-right:40px;
}
#graphic-right {
	width:220px;
	float:right;
}
#content {
	margin:0 auto;
	padding-top:15px;
	text-align:left;
	background:url(images/int-bg.jpg) repeat-x;
	display:table;
}
#content_int {
	margin:0 auto;
	padding-top:15px;
	text-align:left;
	display:table;
}

#left {
	width:155px;
	float:left;
	padding-left:10px;
}
#center {
	width:350px;
	float:left;
	padding: 0 50px;
}
#center_int {
	width:505px;
	float:left;
	padding: 0 50px;
}

#right {
	width:155px;
	float:left;
	padding-right:10px;
}
.center-content {
	padding-top:10px;
	padding-bottom:0px;
	border-bottom:1px solid #ccc;
}
#footer {
	width:770px;
	height:5px;
	background:url(images/FiatLux_cover.jpg);
	margin:0 auto;
}

/* Paragraphs */

p {
	line-height: 22px;
	padding-bottom:16px;
	text-align:justify;
}
p.center {
	text-align: center;
}
p.title {
	font-size:28px;
	color:#333;
}
.subtitle {
	font-size:16px;
	font-style:italic;
}
#bottom p {
	color:#2b2a27;
	font-size:11px;
}
p.emphasis {
	font-size:16px;
	font-weight:bold;
	padding-bottom:14px;
	color:#7c7563;
}
.col-header {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	color:#333;
}
.smaller {
	font-size:10px;
}
.author {
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	color:#333;
}
.article-title {
	font-size:12px;
}
.excerpt {
	line-height:14px;
	font-size:11px;
}

/* Headers */

h1 {
	font: 18px Arial, Trebuchet MS, Verdana;
	color: #26343d;
	font-weight: bold;
	padding-bottom:14px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:14px;
	color:#7c7563;
	margin-bottom:0px;
	padding-bottom:5px;
}

/* Links */


blockquote {
	color:#cacbc4;
}
hr {border: none 0;
border-top: 1px solid #BCBBA9;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
a {
	color: #213F4A;
	text-decoration:none;
}
a:hover {
	color: #6294AB;
	text-decoration:underline;
}
a:visited {
	color: #467388;
}
#nav {
	clear:both;
	margin:0 auto;
	text-align:center;
	padding-top:6px;
	padding-left:30px;
}

#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0 auto;
	padding: 2px 10px 0 10px;
	font:13px/3.6 Arial,Georgia,Arial,Verdana,sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover, #nav a:focus, #nav a:active {
	background: url(images/buttons.jpg) repeat-x 0 -46px;
	color:#aaa;
}

ul {
	margin-left:6px;
	padding-left:6px;
}
li {
	list-style-type:none;
	background:url(images/li.jpg) no-repeat;
	background-position: 0px 6px;
	padding-bottom: 10px;
	padding-left:12px;
}
ul ul {
	margin-left:8px;
	padding-left:8px;
}

input {
	background:#F5F5F7;
	border:1px solid #dadada;
	padding:2px;
	font-size:10px;
	color:#787878;
	margin:0;
}

input:focus {
	background:#ECEDF2;
	border:1px solid #ccc;
}

form {
	margin:0;
}