/*style sheet for strathprint.co.uk*/
/*july 2009*/

body {
background-color: #ffffff;
color: #58585a;
font-family: Times, sans-serif;
font-size: 70%;
background-image: url(images/index-bar.jpg);
background-repeat: repeat-x;
}

h1 {
color: #58585a;
font-size: 12px;
text-align: left;
letter-spacing: 1px;
}

h2 {
color: #58585a;
font-size: 1.1em;
text-align: justify;
line-height: 1.7em;
}

#container {
position: relative;
margin: 0 auto 0 auto;
top: 50px;
background-color: #ffffff;
width: 700px;
}

#header-01{
position: absolute;
top: 35px;
left: 50px;
color: #000000;
font-size: 55px;
text-align: left;
letter-spacing: 5px;
}
#header-02{
position: absolute;
top: 100px;
left: 75px;
color: #009ee0;
font-size: 70px;
text-align: left;
}


#side-bar {
position: absolute; 
top: 500px;
left: 160px;
width: 217px;
height: 100px;
font-size: 13px;
line-height: 20px;
}

#main-text-01 {
position: absolute; 
top: 200px;
left: 300px;
width: 350px;
height: 300px;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

a img {
border: none;
}

#group-image {
position: relative;
top: 215px;
width: 200px;
height: 200px;
}

#strath-logo { position: absolute; top: -25px; left: 240px; width: 700px; }

/*navigation*/

#navigate { position: absolute; width: 700px; top: -1px; left: 100px; font-size: 12px; word-spacing: 5px; letter-spacing: 3px; }

a:link, a:visited {
color: #58585a;
text-decoration: none;
}

a:hover {
color: #e2007a;
}

#nav-selected {
color: #e75294;
display: inline;
}

