/*
Theme Name: Ceetar Simple Main
Theme URI: http://www.ceetar.com
Description: Ceetar's Simple Theme for www.ceetar.com
Version: 1.1
Tags: blue,two-columns,white,light,fixed-width,right-sidebar
Author: Ceetar
Author URI: http://www.ceetar.com
*/

body {
	background: #ADD8E8;
	font: 1.1em Arial;
	color: #black;
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
a {
	color: #156CB2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.fleft {
float: left;
}

.fright {
float: right;
}

.linkcol {
width: 18%;
border: 1px solid blue;
text-align: left;
margin: 1px;
}

.textcol {
width: 78%;
}

.frontcenter {
width: 100%
border: 2px solid red;
text-align: center;
}

.clearer {
    clear: both;
}

tabtitle {
font-size: 25pt;
text-align: center;
}

img.center {   
display: block;   margin-left: auto;   margin-right: auto; 
}

.headimg {   
display: block;   margin-left: auto;   margin-right: auto; 
}

.centered {
  position: fixed;
  text-align: center;
  left: 50%;
}
