@charset "UTF-8";
/* CSS Document */

/* MeyerWeb Reset*/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End MeyerWeb Reset*/

/* Links & Type */

body {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
	line-height: 16px;
	color: #CCCCCC;
	list-style-position: inside;
	}

a {color: #CCCCCC;
	text-decoration: underline;
	}
	
#nav-bar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	}
	
p {padding: 10px 0px 20px 0px;
	color: #CCCCCC;
	line-height: 20px;
	}

h1 {font-style: bold;
	font-size: 14px;
	padding: 20px 0px 0px 40px;
	}

h2 {font-style: bold;
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
	padding: 10px 20px 20px 20px;
	color: #CCCCCC;
	line-height: 20px;
	}
	
h3 {font-size: 10px;
	font-weight: 100;
	color: #CCCCCC;
	}
	
h4 {font-size: 10px;
	font-weight: 100;
	padding: 0 20px 0 84px;
	color: #CCCCCC;
	line-height: 20px;
	}
	
li {line-height: 20px;
	padding-left: 70px;
	}
	
#nav-bar dt {
	float: right;
	font-weight: 100;
	padding: 102px 0 0 10px;
	}
	
#nav-alt dt {
	float: right;
	font-size: 10px;
	}

#col-primary p {
	color: #CCCCCC;
	padding: 20px 40px 10px 40px;
	text-align: justify;
	}

#col-secondary p {
	padding: 30px 0px 10px 0px;
	}
	
#col-secondary h1 {
	font-style: bold;
	font-size: 14px;
	padding: 20px 0px 0px 0px;
	}
	
#col-secondary li {
	line-height: 20px;
	padding-left: 20px;
	}

/* Layout */

body {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #000000;
	}

#page-box {
	margin: auto;
	width: 960px;
	height: auto;
	border: solid #FFCC33;
	border-width: 2px;
	background-color: #000000;
	}

#header {
	width: 960px;
	height: 130px;
	background: url(../images/pci_header.jpg);
	}

#col-primary {
	width: 520px;
	float: left;
	}
	
#col-secondary {
	margin-left: 560px;
	width: 360px;
	}
	
#nav-bar {
	margin-right: 40px;
	}

#nav-alt {
	float: right;
	margin-right: 7px;
	}

#footer {
	clear:both;
	padding: 20px 40px 40px 40px;
	}

/*
Silas@www.silas77.com
Copyright 2010 Silas
Written for www.chefjasonpaul.com
*/
 
/* Swatch Colors
Gray #CCCCCC
*/