/*
	SGR Engineering Ltd CSS Template.
	Unathorised use prohibited.
*/
*{
margin: 0px;
padding: 0px;
}

body
{
background-color: #ffffff; 
background-image: url(./images/background.jpg);
background-repeat: repeat;
font-family: "arial"; 
font-size: 12px; color: #000000; 
font-style: "justify"; 
text-align: "justify";
text-align: center; 
}

img {
border: 0px;
}

p {
font-family: "arial"; 
font-size: 12px; color: #000000; 
margin-left: 10px;
margin-right: 6px;
}

h1 {color:#9e0272;}
h2 {color:#9e0272;}

UL, OL {
   list-style-position: inside;
   color: #0000ff;
}

a{
}
a:link {text-decoration: none; color : #0000ff; font-weight: bold;}
a:link img {border-color: #ffffff;}
a:active {text-decoration: none; color : #0000ff; font-weight: bold;}
a:active img {border-color: #ffffff;}
a:visited {text-decoration: none; color : #0000ff; font-weight: bold;}
a:visited img {border-color: #ffffff;}
a:hover {text-decoration: underline; color: #ff0000; font-weight: bold;}
a:hover img {border-color: #0075b8;}
a.table:link {text-decoration: none; color : #00ffff; font-weight: bold;}
a.table:link img {border-color: #ffffff;}
a.table:active {text-decoration: none; color : #00ffff; font-weight: bold;}
a.table:active img {border-color: #ffffff;}
a.table:visited {text-decoration: none; color : #00ffff; font-weight: bold;}
a.table:visited img {border-color: #ffffff;}
a.table:hover {text-decoration: underline; color: #ffffff; font-weight: bold;}
a.table:hover img {border-color: #0075b8;}

table.borderbox {
margin:10px;
padding:10px;
}

td.bordercell {
border-width: 2px;
border-color:#9e0272;
border-style:solid;
padding:10px;
}

table.linktable {
border: 0px;
margin: 0px;
}

td.banner {
background: #9e0272;
color: #ffffff;
}

td.linkcell {
background: url(./images/linktablecell.jpg);
background-repeat: no-repeat;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
vertical-align: top;
font-family: "arial";
font-size: 12px;
font-weight: bold;
color: #397ca3; 
width: 520px;
height: 127px;
}

table.inlinkcell {
border: 0px;
}

td.title {
vertical-align: top;
font-family: "arial";
font-size: 18px;
font-weight: bold;
color: #397ca3; 
}

td.text {
padding-left: 20px;
padding-right:20px;
vertical-align: top;
font-family: "arial";
font-size: 14px;
font-weight: bold;
color: #ffffff; 
}

td.bonus {
vertical-align: top;
font-family: "arial";
font-size: 16px;
font-weight: bold;
color: #ffff00; 
}

table.blog {
border: 0px;
margin: 0px;
}

td.blogdate {
background: #0000ff;
padding:4px;
vertical-align: top;
font-family: "arial";
font-size: 14px;
font-weight: bold;
color: #ffffff; 
}
td.blogentry {
background: #0000ff;
padding:4px;
vertical-align: top;
font-family: "arial";
font-size: 14px;
font-weight: bold;
color: #ffffff; 
}

#topspace
{
text-align: left;
width: 900px;
height: 20px;
margin:0px auto;
}
#headertop
{
text-align: left;
width: 900px;
height: 10px;
font-size: 8px;
background-image: url('./images/headertop.png');
margin:0px auto;
}
#header
{
text-align: left;
width: 900px;
background-image: url('./images/pinkbg.png');
background-repeat: repeat-y;
margin:0px auto;
}
#mainbody
{
text-align: left;
width: 900px;
background-image: url('./images/pinkbg.png');
background-repeat: repeat-y;
margin:0px auto;
}
#footer
{
text-align: center;
width: 900px;
height: 14px;
font-size: 10px;
background-image: url('./images/headerbottom.png');
margin:0px auto;
}
#bottomspace
{
text-align: left;
width: 900px;
height: 20px;
margin:0px auto;
}

