body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding-left: 30px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
p {
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3399FF;
}
h2 {
	font-size: 16px;
	color: #3399FF;
}
h3 {
	color: #3399FF;
	font-size: 12px;
}
a:link, a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}
img {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
.picture p, #footer p {
	font-size: 9px;
	color: #666666;
	text-align: justify;
}

#container {
	margin: 0 auto 0 auto;
	width: 800px;
}

#header {
	border-bottom: 1px solid #3399CC;
	height: 40px;
	padding-bottom: 15px;
}
.subtitle {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
}
/* Navigation */
#nav {
	font-size: 10px;
	padding: 2px 0 25px 0;
	text-decoration: none;
}
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
#nav li{
    display:inline;
    padding:0;
	margin: 2px;
	border-right: 1px solid #3399FF;
	
}
#nav a {
	padding: 0 4px 0 0;
}

#column1 {
	width: 310px;
	position: relative;
	float: left;
	margin: 0;
}
#column2 {
	width: 460px;
	padding: 0 0 0 20px;
	position: relative;
	float: right;
	margin: 0;
}
#footer {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	clear: both;
	border-bottom: 1px solid #3399CC;
	height: 20px;
}
#footer p {
	float: right;
}

.picture {
	float: left;
	padding: 5px;
	margin: 0 0 20px 0;
	font-size: 9px;
	color:#666666;
}

.pullquote {
	font-size: 14px;
	color: #3399FF;
	font-style: italic;
	font-weight: normal;
}
