
/* 

This is the global stylesheet for the Scene.ie site.
Standard tag definitions and class and id specifications are detailed in this file.

*/

/*
This section defines the look of generally used tags
*/

body
{
color : #000;
background : #fff;
font-family : verdana,trebuchet ms,arial,helvetica,sans-serif;
font-size : 9pt;
padding : 0px;
margin : 0px auto;
text-align : center;
}

p
{ 
font-family : verdana,trebuchet ms,arial,helvetica,sans-serif; 
font-size : 9pt; 
line-height : 1.2;
} 

h1
{ 
color : #600;
margin-top : 5px;
font-family : verdana,trebuchet ms,arial,helvetica,sans-serif; 
font-size : 20pt; 
} 

ul
{
list-style-type : square;
text-align : left;
}

li
{
line-height : 1;
padding-bottom : 5px;
}

/* 
Classes for positioning the main content display sections 
*/

#parent
{
width : 500px;
height : 500px;
border-top : solid #600 2px;
border-bottom : solid #600 2px;
border-left : solid #600 10px;
border-right : solid #600 10px;
background : url(/images/jpg/left_panel.jpg) top left no-repeat #fff;
margin : 0px auto;
margin-top : 10px;
margin-bottom : 10px;
display : block;
position : relative;
}

#columnright
{
width : 250px;
padding : 10px;
padding-top : 0px;
vertical-align : top;
border : solid #000 0px;
background : transparent;
position : relative;
left : 0px;
top : 0px;
float : right;
}