/* CSS Document */

	body {
	margin:0px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: center center;
	}

	A { color: #CC3333; text-decoration: none; font-weight:normal; } 
	A:link		{ color: #CC3333; text-decoration: none; } 
	A:visited	{ color: #FF6600; text-decoration: none; } 
	A:active	{ color: #FF9933;  } 
	A:hover  { color: #FF9933; text-decoration: underline; }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#frame {
		width:700px;
		margin-top:40px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
		border-left: 1px solid #CC3333;
		border-right: 1px solid #CC3333;
		border-top: 1px solid #CC3333;
		border-bottom: 1px solid #CC3333;
		background-color:#FFF;
		}

	#banner {
              margin-left:auto;
              margin-right:auto;
			  height:100px;
              font-family:georgia, verdana, arial, sans-serif;
		color:#FFFF66;
		font-size:x-large;
		font-weight:bold;
		text-align:left;
		text-valign:bottom;
		border-left:0px dotted #FFF;	
		border-right:0px dotted #FFF;  		
		border-top:0px dotted #FFF;  		
		border-bottom: 0px dashed #669966;
		background-color: #FFF;
		background-image:url(http://www.kit-is.com/images/headers/orangeheader.jpg);
  		background-repeat: no-repeat; 
		padding:25px 20px 10px 25px; 		  		  		 	 
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:georgia, verdana, arial, sans-serif;
		font-size: x-large;
		font-weight: bold;
		color: #FFCC33;
		text-decoration: none;
		}
		
	.description {
		font-family:verdana, arial, sans-serif;
		color:#000;
		line-height:180%;
		font-size:x-small;
		font-weight:normal;
  		text-transform:none;	
		}	
				
	#content {
		float:left;
		position:relative;
		width:350px;
		background:#FFF;
		margin-top:10px;
		margin-bottom:10px;	
		}

	#container {
		background:#FFF;	
		}

	#links {
		background:#FFF;
		padding:15px 20px 15px 20px;				
		border-left:1px dashed #669966;
		border-bottom:0px dashed #669966;
	       width:300px;
              float:right;
		}
		
	.blog {
  		padding:10px 15px 10px 15px;
		background:#FFF;  						
		}	

	
	.blogbody {
		font-family:verdana, arial, sans-serif;
		color:black;
		font-size:small;
		font-weight:normal;
		text-align:left;
		line-height:120%;
  		background:#FFF;
  		line-height:16px;			
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	
	.title	{ 
		font-family: verdana, arial, sans-serif; 
		font-size: small; 
		letter-spacing:2 em;
		color: #000; 	
		text-transform:uppercase;				
		}			

	#menu {
  		margin-bottom:15px;
		background:#FFF;
		text-align:center;  							
		}		

	.date	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: small; 
              text-align:left;
		color: #000; 
		border-bottom:0px solid #669966;
		margin-bottom:10px;
		font-weight: bold;
		}			
		
	.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #000; 
		margin-top:10px;
		margin-bottom:15px;
		}

	.side {
		font-family:verdana, arial, sans-serif;
		color:#000;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:0px 10px 0px 10px;				
		}	

	.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#000;
		font-size:small;
		font-weight:normal;
  		line-height:120%;
  		padding-bottom:5px;
		padding-top:0px;
		padding-left:10px;
		padding-right:10px;
  		margin-top:10px;
		margin-bottom:5px;
		letter-spacing: .1em;
		border-bottom:0px dotted #FFF;
		text-align:left;		  					
  		background:#FFF;		
		}		

	.list {
		padding-left:10px;
		padding-bottom:3px;
		text-indent:-11px;
		}

	.footer {
		width=700px;
		padding:0px 0px 10px 0px;
		border-top:0px solid #333399;
		background:#FFCC33;
		font-family:verdana, arial, sans-serif;
		color: #ff6600;
		font-size: small;
		font-weight:normal;
		text-align: center;
		clear:both;
		}
