/*
THEME NAME: BethanyAntiflux
THEME URI: http://antiflux.org/~bethany
DESCRIPTION: Based on Thematic by Ian Stewart
VERSION: 0.1
AUTHOR: Various
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/



body{
	line-height:22px;
	min-width:800px;
	background-color:#D5D6D4;
}

input, textarea {
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}



a:link {
    color:#5C90F1;
}
a:visited {
    color:#5C90F1;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding 20px 0px 10px 0;
    width:800px;
    margin: 0 auto;
}
#blog-title {
	text-align:center;
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:60px;
}
#blog-title a {
    color:#5C90F1;
	font-size:50px;
    text-decoration:none;
}





/* =Content
-------------------------------------------------------------- */

#main {
    padding:25px 0 0 0;
    width:800px;
    height:400px;
    margin:0 auto;
    position:relative;
}
#container{
	background: url(background.jpg) no-repeat;
	 width:800px;
   	 height:400px;
}
	
#links {
	 font-family:Arial,sans-serif;
    font-size:20px;
    padding:75px 50px 0 300px ; 
    text-align:center;
    width:450px;
    margin:0 auto;
  
}

#information {
	 font-family:Arial,sans-serif;
    font-size:14px;
    padding:20px 50px 0 300px ; 
    text-align:left;
    width:450px;
    margin:0 auto;
  
}




