body {
	background: #000000 url(images/img3.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	background-attachment: fixed;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #111111;
	line-height: 20px;
}

h1 {
}

h2, h3 {
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #222222;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

/* navbar */

#navbar ul{
  margin:0 auto;
  padding:0;
  width: 600px;
  }
  
#navbar li
{
  font-size: 1.6em;
  display: inline;
  margin: 0 4px;
  padding: 0;
}

#navbar a
{
  text-decoration: none;
  padding: 3px 5px 0;
  background-color: #222222;
  color: #ffffff;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
}

#navbar a:hover
{
  text-decoration: underline;
}



#navbar .selected:hover
{
  text-decoration: none;
}

/* Header */

#header {
	width: 600px;
	height: 60px;
	margin: 0px auto;
	/*font-family: Calibri, Arial, Helvetica, sans-serif;*/
}

#header h1 {
	margin: 0px;
	margin-right: 5px;
	padding-top: 20px;
	padding-bottom: 6px;
	font-size: 5em;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0px;
	padding-top: 38px;
	font-size: 1.2em;
	letter-spacing: 0px;
	color: #ffffff;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}



/* Post */

.latest-post {
	padding: 0px 2em 1em 3em;
}

.latest-post h2 {
	font-size: 1.8em;
	color: #222;
}

.latest-post h3 {
	font-size: 1.4em;
	color: #222;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px dashed #823D47;
}

.post h2 {
	color: #222;
	font-size: 1.6em;
	margin-bottom: .5em;
}

.file * {
	color: #aaa;
}

/* Content */

#content {
	width: 600px;
	margin: -3px auto;
	padding: 0px;
	text-align: justify;
}
#colTwo {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
  border-left: 5px solid #628aca;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background: transparent url(images/img31.jpg) no-repeat fixed 100% 0px;
	float:right;
	width:600px;
}
#colOne {
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
  border-left: 5px solid #628aca;
	float: right;
	width: 600px;
	color: #ffffff;
	font-size: 1.6em;
	/*background:transparent url(images/glass.png) no-repeat scroll 100% 0;*/
	background-color: rgba(200,200,200,.4);
  /*
	padding: 20px 5px;
	background-color: #00505D;
	background: #000 url(images/img7.jpg);
	background-image: url("images/img7.jpg");
	background-attachment: fixed;
	background-position: 100% 0px;
	background-repeat: no-repeat;
	background-image: url("images/glass.png");*/
}

#navbar .selected
{
  /*background-color: #c0c0c0;
	opacity: .75;
	filter: alpha(opacity = 75);
	background-image: url("images/img7.jpg");
  background-attachment: fixed;
	background-position: 100% 0px;
	background-repeat: no-repeat;
	background-image: url("images/glass.png");  */
  margin-bottom: 1px;
	color: #ffffff;
	background-color: rgba(200,200,200,.4);
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topright: 7px;
	border-left: 5px solid #628aca;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	color: #787878;
}

#footer p {
	margin: 0px;
	padding-right: 0px;
	text-align: right;
	font-size: 1em;
}

#footer a {
	color: #FF4000;
}

#center {
	text-align: center;
}

div.float {
	float: left;
}

#clear {
	clear: both;
}