body {
 	font-family: Arial, Helvetica, sans-serif;
 	color:#333;
}

a img {
	outline: none;
	border:none;
}

a:link {
    text-decoration: underline;
    color: #fff;
}

a:visited {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

	
#paragraph {
	text-indent:20px;
	 padding-bottom: 20px;
}

.picture {
	position: absolute;
	top: 15px;
	left:15px;
}

.picture2 {
	position: absolute;
	top: 169px;
	left:15px;
}


.title {
	position: relative;
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	color: #C1B297;
	left: 210px;
	margin-top: 15px;
}

.longertitle {
	position: relative;
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	color: #C1B297;
	left: 210px;
	margin-top: 15px;
}

.date {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	color:#C1B297;
	font-style: italic;
	position: relative;
	left: 210px;
}

.text {
	width: 400px;
	position: relative;
	left: 210px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#CFC7C2;
	margin-top: 8px;
}

.pq1 {
	clear: both;
	border-bottom: dashed 2px #333;
	margin-top: 15px;
}

.detailpicture {
	float: left;
	margin: 15px 15px 15px 15px; 
}


.detailtitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	color: #C1B297;
	margin-top: 15px;
}

.detaildate {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	color: #C1B297;
	margin-bottom: 20px;
}

.detailtext {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#CFC7C2;
	width: 640px;
	margin-bottom: 20px;
}

.detailpq1 {
	clear: both;
	border-bottom: dashed 2px #333;
	margin-top: 15px;
}

body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	margin:0;
	padding:0;
}


#container {
  width: 1000px ;
  margin-left: auto ;
  margin-right: auto ;
}

.leftcolumn {
	width:644px;
	float: left;
	top: -5px;
	background: url(images/blackout.png);
	overflow:hidden;
	position: relative;
	min-height: 10px;
}

.rightcolumn {
	width:356px;
	background: url(images/blackout.png);
	overflow:hidden;
	position: relative;
	top: -5px;
	min-height: 500px;
}



#header {
	width: 1000px;
	height: auto;
	margin: 0;
}

#footer {
  clear: both;
  background: rgba(255, 255, 255, 0.5);
}

#navbar{
	float:left;
	line-height:2em;
	margin: 0;
	position: relative;
}

#navbar ul{
	list-style: none;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#navbar li{
    text-transform: uppercase;
    list-style: none;
    float: left;
    width: 20%;
	text-align: center;
}

#navbar li a{
	display:block;
	text-decoration:none; color:#C1B297;
	background:#333;
	opacity: 0.9;
}

#navbar li a:hover{
	background:#111;
}

#navbar li a.current:hover{
	background:#111;
}

body#home a#nav-home,
body#service a#nav-service,
body#contact a#nav-contact,
body#links a#nav-links,
body#quote a#nav-quote{
background:#111;
}

