
*{
	font-family:Arial,Helvetica,sans-serif;
}

body {
	font-size:12px; 
	line-height:20px; 
    background-image: url('/template/toughglass/images/bg.jpg');

}

h1, h2, h3, h4 { 
margin:10px;
padding:0;
color:#0086cb;
}

h1 { font-size:1.8em;  }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }

a {
text-decoration: none;
color: #464646;
}

a:hover {
border: none;
color: #000000;
}

p{
margin:4px 10px;
width:96%;
}

.post {
margin-bottom: 14px;
width:90%;
margin:7px auto;
}

.post p, ol, ul, blockquote {
line-height: 20px;
}

.post ul{
margin:4px 0 4px 24px;
}

.short_post{
margin:15px 0 0 0;
}

#Wrapper{
width:1024px;
margin:15px auto;
}

#Header {
margin:0;
height:260px;
width:100%;
background-image: url('/template/toughglass/images/header.png');
background-repeat:no-repeat;
background-position:center center;
}

#Middle{
	width:100%;
	margin:0 auto;
	background-image: url('/template/toughglass/images/middle.png');
}

#ColOne {
width:98%;
margin:10px auto;
}



#ColTwo {

}


#Footer {
width:100%;
height:101px;
background-image: url('/template/toughglass/images/footer.png');			
}


#Footer *{
	color:#FFFFFF;
	font-weight:bold;
}

#other_com2{
visibility:hidden;
}




.clear { 
clear: both; 
height: 1px;
overflow: hidden; 
visibility: hidden;
} 

.clear_high { 
clear: both; 
height: 12px;
overflow: hidden; 
visibility: hidden;
}

input, textarea{
border:solid 1px black;	
}

