body {color: yellow; background: #4D9AE1 url(/images/brickbg.png); margin: 45px; 
margin-right: 45px;}
  body.cg {background: #008858 url(/images/green-blue.png); background-repeat: repeat-x;}
a {text-decoration: none}
a:active {color: yellow}
a:link {color: #ffffff}
a:visited {color: #cccccc}
a:hover {color: yellow; text-decoration: underline}
h1 {text-align: center; font-variant: small-caps}
h2 {text-align: center}

DIV.subhead {font-weight: bold; text-decoration: underline}
DIV.formats {font-size: small}
DIV.smallcaps {font-variant: small-caps}

table.film	{border: 3px double; width: 100%; border-collapse:collapse;}
tr.film 	{border: 3px double; border-collapse:collapse;}
th.film 	{border: 3px double; border-collapse:collapse;}
td.film 	{border: 3px double; border-collapse:collapse;}

/*wp-template.html*/
table.navbar {position:absolute; top: 160px; left: 0px; width: 100%;}
h1.welcome {position:relative; top: 30px;}
table.pagecontent {position:absolute; top: 185px; width: 100%; text-align: left;}
table.sidebar {position:absolute; right: 45px; width: 120px; top: 160px;}
div.pagecontent {overflow: visible;}
p.posts {position:absolute; top: 510px;}
span.login {position:absolute; top: 45px; right: 50px;}
span.getfirefox {position:fixed; bottom: 2px; right: 2px; z-index:1;}
/*end wp-template.html*/

div.center {margin-left:auto; margin-right:auto;}

img 
{padding: 0; border: 0;}

img.home
{position:absolute; top: 124px; left: 292px; padding: 0;}

img.films
{position:absolute; top: 124px; left: 399px;}

img.contact
{position:absolute; top: 124px; left: 505px;}

img.about
{position:absolute; top: 124px; left: 611px;}

img.validxhtml 
{position:absolute; bottom: 0px; right: 50%;}

img.validcss 
{position:absolute; bottom: 0px; left: 50%;}

/*CSS Navbar*/
#nav {
margin: 0;
padding: 0;
height: 36px;
list-style: none;
display: inline;
overflow: hidden;
}
#nav li {
margin: 0;
padding: 0;
display: inline;
overflow: hidden;
}
#nav a {
float: left;
padding: 36px 0px 0px 3px;
overflow: hidden;
height: 0px !important;
}
#nav a:hover {
background-position: 0 -36px;
}
#nav a:active, #nav a.selected {
background-position: 0 -72px;
}
#thome a  {
width: 102px;
background: url(/images/tabs/home-css.gif) top left no-repeat;
}
#tfilms a  {
width: 102px;
background: url(/images/tabs/brickfilms-css.gif) top left no-repeat;
}
#tcontact a  {
width: 102px;
background: url(/images/tabs/contact-css.gif) top left no-repeat;
}
#tabout a  {
width: 102px;
background: url(/images/tabs/about-css.gif) top left no-repeat;
}
/*End CSS Navbar*/