@charset "utf-8";
/* CSS Document */

body {
  /*width: 360px;*/
	/*height: 100px;*/
	margin: 0;
	padding: 0;
	background: #000000; /*url(../tempimg/img01.jpg) repeat-x;*/
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}
p, blockquote, ul, ol {
	line-height: 16px;

}

blockquote {
	padding-left: 20px;
	background: url(../tempimg/img05.gif) repeat-y;
}

a {
  color: #0000FF;
	font: bold 10px Arial, Helvetica, sans-serif;	
	/*color: #F49500;*/
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #666666
}
#img_right {
	float:right;
	width:150px;


}
#text_left {
	float:left;


}
/* Header */

#header {
	/*width: 760px;*/
	width: 360px;
	/*height: 80px;*/
	height: 50px;
	margin: 0 auto;
	background: url(../images/StretchedLogo.jpg);
        background-repeat: no-repeat	
}

/* Menu */

#menu {
	/*width: 760px;*/
	width: 940px;
	height: 50px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 13px 10px 15px;
	background: #FF0000; 
	/*background: url(../tempimg/img03.gif) no-repeat;*/
	
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFF00;
}

#menu .first a {
	background: #FF0000; /*none;*/
	font: bold 10px Arial, Helvetica, sans-serif;	
}

/* Content */

#content {
	width: 720px; 
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(../tempimg/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 450px;
}

#posts h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#posts h2 {
	font-size: 14px;
	font-weight: bold;
	/*color: #666666;*/
	color: #000000;
}
#posts h3 {
/*	font-size: 14px;*/
	font-size: 28px;
	font-weight: bold;
	/*color: #6633CC;*/
/*	color: #FFFF00; */
	color: #000000;
/*	border: 2px ridge rgb(0,0,0); */
 /* text-transform: uppercase;	*/	
	background: #FF0000;
}

#posts h4 {
	font-size: 14px;
	font-weight: bold;
/*	color: #FFFFFF;*/
	color: #000000;

/*	border: 1px solid rgb(250,0,0);*/
/*	background: #9900CC;*/
	background: #7FFF8E;
}

#posts h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

#posts h6 {
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	color: #339933;
	background: #000000;
}

#posts h7 {
	font-size: 12px;
	font-weight: regular;
	color: #000000;
	border: medium solid rgb(250,0,0);
	background: #99FFCC;
}

}
/* Links */


#links_sup {
	float: left;
	width: 700px;
	padding-left: 20px;
}

#links {
	float: right;
	width: 250px;
	padding-left: 20px;
}

#linksinternal {
	float: left;
	width: 480px;
	padding-left: 10px;
	margin-top: 10px;
	border: thin groove #999999;
	height: 300px;
	background-color: #efefef;
	padding-top: 5px;
	padding-right: 10px;
}

#linksinternalone {
	float: right;
	width: 200px;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
#links h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: -20px;
}

#links h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

#links h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #339933;
	background: #FFFFFF;
	border: 1px solid rgb(0,0,0);
}

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

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(../tempimg/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: none;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}


#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 300px;
	padding: 20px;
	background: #2D2D2D url(../tempimg/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}
.nospace {
	margin-bottom: -10px;
	padding-bottom: 0;
	color: #999999;
}
#left {
	float:left;
	width: 240px;
	padding: 5px;
    }
#right {
	float:left;
	width: 240px;
	padding: 5px;
    }
	
.clear {
clear: both;
}
