/*padding: 2px; : [all sides] paddings
padding: 2px 4px; : [top, bottom] [left, right] paddings
padding: 2px 4px 6px; : [top] [left, right] [bottom] paddings
padding: 2px 4px 6px 8px; : [top] [right] [bottom] [left] paddings */

* {
  margin: 0;
  padding: 0;
  }

body {
  font-size:100%;
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  text-align:center;
  /*background:#000 url(images/header.jpg) no-repeat top center;*/
  
  background:#000;
  background-image: url(/images/BackgroundY.png), url(/images/BackgroundRepeat.png);
  background-position: top center, top center;
  background-repeat: repeat-y, repeat;
}
  
#header {
  height:250px;
  width:1000px;
  margin:0 auto 0 auto;
  padding-top:0px;
  padding-bottom:0px; /* 85px */
  background-image: url(../includes/rotate.php), url(/images/headerTop.png), url(/images/header.png);
  background-position: top, top, top;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

#logo {
  text-align:left;
  font:37.5px Georgia, Arial, "Times New Roman", Times;
  padding-left:95px;
  color:#89b5e2; /*BD6B54;*/
  line-height: 50px;
}

#logo a{
  color:#89b5e2; /*BD6B54;*/
}

#logo a:hover{
  color:#FFF; /*BD6B54;*/
}

#title {
  text-align:center;
  font:37.5px Georgia, Arial, "Times New Roman", Times;
  color:#89b5e2; /*BD6B54;*/
  padding-top:0px;
  line-height: 150px
  /*font-weight:bold;*/
}

.white {
  color:#FFF;
  font:20px Georgia, Arial, "Times New Roman", Times;
}

/*#slogan {
  text-align:left;
  padding-left:219px;
  font:bold 14px Arial, "Times New Roman", Times;
  color:#FFF;
}*/

#page {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
float:left;
width:685px;
padding:33px;
padding-top:0px;
}

#top-content-image {
float:left;
width:425px;
/*padding-right:30px;
padding-bottom:20px;*/
}

/* Image box
.image-box {width:425px; background:#0F0F0F;}
.image-box-top {background:url(images/box-top.png) no-repeat top left; width:425px; height:24px;}
.image-box-bottom {background:url(images/box-bottom.png) no-repeat top left; width:425px; height:24px;}
.image-box-padding {padding:0px 30px 0px 30px; height:320px;}
.image-box-image {width:390; padding:0px; border:1px solid #000;}

#top-content-cv{
float:right;
width:200px;
padding-bottom:20px;
}*/

/* CV box 
.cv-box {width:200px; background:#0F0F0F;}
.cv-box a {color:#FFF; text-decoration:underline;}
.cv-box a:hover {color:#BD6B54; text-decoration:none;}
.cv-box p {font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:justify; padding:6px 0px;}
.cv-box h1,h2,h3,h4,h5 {font:36px Georgia, Arial, "Times New Roman", Times; color:#FFF; text-align:center;}
.cv-box-top {background:url(images/box-top.png) no-repeat top left; width:200px; height:24px;}
.cv-box-bottom {background:url(images/box-bottom.png) no-repeat top left; width:200px; height:24px;}
.cv-box-padding {padding:0px 30px 0px 30px; height:320px;}
.cv-box-image {width:100; padding:0px; border:1px solid #000;}*/

/* General box */
.box {width:685px; background:#0F0F0F; background:url(/images/box-body.png) repeat;}
.box a {color:#FFF; text-decoration:underline;}
.box a:hover {color:#BD6B54; text-decoration:none;}
.box p {font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:justify; padding:6px 0px;}
.box strong {color:#FFFFFF;}
.box h1,h2,h3,h4,h5 {font:36px Georgia, Arial, "Times New Roman", Times; color:#FFF; text-align:center;}
.box-top {background:url(/images/box-top.png) no-repeat top left; width:685px; height:24px;}
.box-bottom {background:url(/images/box-bottom.png) no-repeat top left; width:685px; height:24px;}
.box-padding {padding:0px 30px 0px 30px;}

/*#content table {font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:justify; padding:6px 0px;}*/

.box-table {font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:justify; padding:6px 0px;}
.box-table-tr-heading p{font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; font-weight:bold; color:WHITE; text-align:justify; padding:6px 0px;}
.box-table-td-date {padding-left:10px; vertical-align:top}

#content table ul {
  list-style:disc;
}

#content li{
  font:14px Arial, Tahoma, Georgia, "Times New Roman", Times;
  color:#929292; 
  text-align:left; 
  font-size: 14px;
  padding:0px 0px;
}

#content table li{
  font:14px Arial, Tahoma, Georgia, "Times New Roman", Times;
  color:#929292; 
  text-align:left; 
  font-size: 10px;
  padding:0px 0px;
}

#content li a {
  color:#929292;
  font-family: Arial, "Times New Roman", Times, serif;
  text-decoration: underline;
  line-height:30px;
}
  
#content li a:hover {
  color:#000;
  background:#FFF;
  text-decoration: none;
}

.new_section {
  font:24px Georgia, Arial, "Times New Roman", Times;
  color:#FFF;
  padding:20px 0px 20px 33px;
  text-align:left;
}

.imagefloat {
  float:left;
  margin:5px 15px 5px 15px;
  padding:0px;
  border:1px solid #000;
}
.image-text-right {
  padding:5px;
  margin:5px 0px 5px 0px;
  width:100%;
  height:auto;
  text-align:justify;
}

.image-text-right span {
  font:18px Georgia, Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:left;
}

.clearboth {clear:both;}

#right-nav {
  float:right;
  padding: 20px 33px 0px 0px;
  width:205px;
  height:auto;
  text-align:left;
}

.nav-headline {
	font:24px Georgia, Arial, "Times New Roman", Times;
	color:#FFF;
	text-align:left;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 20px;
	padding-left: 33px;
  /*padding-bottom:10px;*/
}

#main-menu ul {
  list-style:none;
  padding-bottom:10px;
}
  
#main-menu li a {
  color:#FFF;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: none;
  background: transparent url(/images/menu-button.png) no-repeat left center;
  padding:0 10px 0 25px;
  line-height:30px;
}
  
#main-menu li a:hover {
  color:#8C8D94;
  text-decoration: underline;
}

#cv-menu{
text-align:center;
}
  
#cv-menu a {
  color:#FFF;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: none;
  line-height:30px;
}
  
#cv-menu a:hover {
  color:#8C8D94;
  text-decoration: underline;
}
  
.right-nav-divider {
  background: transparent url(/images/line.png) repeat-x top left;
  width:226px;
  height:1px;
  padding-bottom:33px;
}
  
  
/*#posts ul {
  list-style:none;
  padding-bottom:10px;
  padding:0px 0px 10px 18px;
}
  
#posts li a {
  color:#929292;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: underline;
  line-height:30px;
}
  
#posts li a:hover {
  color:#000;
  background:#FFF;
  text-decoration: none;
}

#subscribe {
  text-align:right;
  padding-right:30px;
}

#subscribe input {
  margin:6px 0;
}

.inputstyle {
  background:#090909;
  border:1px solid #404040;
  width:180px;
  height:22px;
  color:#FFF;
  font-size:14px;
  padding-top:5px;
  padding-left:10px;
}

.button {
  background:transparent url(images/button.png) no-repeat top left;
  vertical-align:middle;
  padding-bottom:5px;
  border:none;
  width:126px;
  height:31px;
  color:#FFFFFF;
  font:bold 13px Arial, Georgia, "Times New Roman", Times;
  cursor:pointer;
  margin-left:5px;
}*/

#footer {
	clear:both;
	width:1000px;
	height:50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer-pad {
	width:1000px;
	text-align:center;
	padding: 0px;
}

#footer p {
  font:14px Arial, "Times New Roman", Times;
  color:#929292;
}

#footer a {
  color:#FFF;
  text-decoration:underline;
}

#footer a:hover {
  color:#BD6B54;
  text-decoration:none;
}

.line {
  background: transparent url(/images/line.png) repeat-x top left;
  width:650px;
  height:1px;
  padding-bottom:10px;
  margin:0 auto 0 auto;
}

.line2 {
  background: transparent url(/images/line.png) repeat-x top left;
  width:622px;
  height:1px;
  margin:15px auto 10px auto;
}

	
  
