/** Tempalte 18 **/
body {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 13px;
    text-align: center;
}
html, body, #wrapper, h1, #nav, #nav li, #col ul, #col li {
    margin: 0;
    padding: 0;
    list-style: none;
}
th, td {
    font-size: 10px;
}
img { border: 0; }
#start {
    margin: auto;
    text-align: center;
    width: 700px;
    position: relative;
}

h1 {
    font-size: 25px;
    margin: 5px 0 0 0;
    padding: 0;
}
h2 {
    font-size: 20px;
    margin: 5px 0 0 0;
    padding: 0;
}
h3 {
    font-size: 15px;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}


body {
    color: #999;
    padding-bottom: 48px;
    background-color: #4E4E4E;
	 background-image: url('images/bg_total.jpg');
    background-position: top;
	 background-repeat: repeat-y;
}
#wrapper {
    position: relative;
    margin: 5px auto 0 auto;
	 width: 700px;
	 text-align: left;
}
.left_txt {
    text-align: left;
}
.right_txt {
    text-align: right;
}

h3 {
    margin: 1em 0;
}
a {
    color: #999;
    text-decoration: none;
}
a:hover {
    color: #FFF;
}
.readmore { margin-top: -0.5em }
/* col */
#col1 {
    position: absolute;
    top: 0; left: 50px;
    width: 330px;
	
    
}
#col2 {
    position: absolute;
    top: 0; left:320px;
    width: 330px;
	 
	 text-align: right;
}