﻿body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #8C8C8C;
	
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FDF301;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
	
}
h4 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ffffff;

}


p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3AA0B9;
}

a:hover {
	text-decoration: none;
	color: #EB42A3;
}


.hilight {
color: #D61298;
}

.hilight2 {
color: #000000;
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


img {
	border: 0;
	margin: 3px 0
}


/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat right top;
}

#header h1, #header p {
	margin: 0;
	color: #EB42A3;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #EB42A3;
}


/* Menu */

#menu {
	width: 760px;
	margin: 0 auto ;
	padding: 0;
	height: 40px;
	background: url(images/img08.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img06.jpg) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	padding: 10px 10px 0 10px;
	background: #2F1A1A url(images/img06.gif) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;

}
#wrapper {
}

caption.mytable  {
     background-color:#07ee17;
     color:#000000;
     border-style:solid;
     border-width:2px;
     border-color:#ffffff;
  }

  table.mytable
  { 
     font-family:arial;
     border-collapse:collapse;
     font-size:10pt;
     background-color:#f7ea19;
     width:700;
     border-style:solid;
     border-color:#ffffff;
     border-width:2px;
  }

  th.mytable
  {
     font-size:10pt;
     color:#000000;
     border-style:solid;
     border-width:2px;
     text-align:center;

  }


  tr.mytable
  { 
     height:25pt;
  }

  td.mytable
  {  
     font-size:10pt;
     background-color:#f579ee;
     color:#000000;
     border-style:solid;
     border-width:2px;
     text-align:center;
  }


/* Page */

#page {
	width: 760px;
	margin: 10px auto;
   

}

/* Content */

#content {
	float: right;
	width: 700px;
		text-align: justify;
	 	
	}

.post {
	padding: 0 0 20px 0;
	
	

}

.title {
	margin: 0;
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}


/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}

