html, body, form, fieldset {
margin: 0;
padding: 0;
background-color:#FFFFFF;
font: 100%/120% Arial, Courier, and Georgia;
color:#000000;
font-size:13px;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}
table {
    padding: 2;
}

li, dd, blockquote {
        margin-left: 1em;
}
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}

body {
background-color:#FFFFFF;
color:#000000;
}

.outerFrame {
	position:absolute;
	top: 0px;
    left: 50%;
	width: 1000px;
	height: 1200px;
    margin-left: -500px;
	padding:0px;
	background-color:#FFFFFF;
	z-index: 1;
}

.outerFrame_ShaddowLeft {
	position:absolute;
	top: 0px;
    left: -1px;
	width: 11px;
	height: 1200px;
	background-image:url(assets/shaddow-left.jpg);
	z-index: 1;
}

.outerFrame_ShaddowRight {
	position:absolute;
	top: 0px;
    left: 811px;
	width: 11px;
	height: 780px;
	background-image:url(assets/shaddow-right.jpg);
	z-index: 1;
}

.header {
position:absolute;
top:30px; 
left:30px;
width:514px; 
padding:0px;
border-top:0px none;
border-left:0px none;
border-right:0px none;
border-bottom:0px none;
}

.slogan {
position:absolute;
top:170px; 
left:340px;
padding:0px;
border-top:0px none;
border-left:0px none;
border-right:0px none;
border-bottom:0px none;
}

.www {
position:absolute;
top:200px; 
right:200px;
padding:0px;
font-weight:bold;
border-top:0px none;
border-left:0px none;
border-right:0px none;
border-bottom:0px none;
}

.heading {
position:absolute;
top:-70px;
left:0px;
right:0px;
text-align:center;
z-index:3;
}

.headingshaddow {
position:absolute;
top:92px;
right:62px; 
z-index:2;
}


.navigation {
	position:absolute;
	top:200px;
	left:45px;
	width: 740px;
	padding:0px;
	border-top:0px none;
	border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
	z-index:2;
}

.contentFrame {
	position: absolute;
	top: 330px;
	left: 50px;
	width: 730px;
	bottom:10px;
	border-top:1px solid #3399FF;
	border-left:1px solid #3399FF;
	border-right:1px solid #3399FF;
	border-bottom:1px solid #3399FF;
	z-index:1;
}

.contentFrame_ShaddowRight {
	position:absolute;
	top: 2px;
    right: -11px;
	width: 11px;
	bottom: -3px;
	background-image:url(assets/shaddow-right.gif);
	z-index: 1;
}

.contentFrame_ShaddowBottom {
	position:absolute;
	bottom: -11px;
    right: -3px;
	left:2px;
	height: 11px;
	background-image:url(assets/shaddow-bottom.gif);
	z-index: 1;
}

.contentInfo {
	position: absolute;
	top: 340px;
	left: 60px;
	width: 710px;
	bottom:40px;
	z-index:4;
}

.translator {
	position: absolute;
	top: 280px;
	left: 30px;
	border-top:0px none;
	border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
	z-index:2;
}

.rightFrame {
position:absolute;
font-size:10px;
top:28px;
left:820px; 
width: 150px; 
padding:0px;
color:#3399CC;
border-top:0px none;
border-left:0px none;
border-right:0px none;
border-bottom:0px none;
z-index:2;
}

.enquiry {
position:absolute;
font-size:10px;
top:40px;
left:50px; 
right: 50px; 
padding:10px;
color:#FFFFFF;
border-top:1px solid red;
border-left:1px solid red;
border-right:1px solid red;
border-bottom:1px solid red;
z-index:4;
}

.message {
position:absolute;
top:360px;
left:450px; 
width: 250px; 
padding:20px;
color:#FFFFFF;
border-top:1px solid red;
border-left:1px solid red;
border-right:1px solid red;
border-bottom:1px solid red;
z-index:4;
}

.footer {
position:absolute;
color:#666666;
font-size:10px;
left:30px;
bottom:-100px; 
width: 740px; 
padding:0px;
border-top:0px none;
border-left:0px none;
border-right:0px none;
border-bottom:0px none;
z-index:2;
}

.colour {
	color:#339900;
}

h1 {
	color:#000099;	
	font-size: 22px;
	}
	
h2 {
	font-size: 16px;	
	color:#000099;
	}

h3 {
	font-size: 14px;	
	color:#000099;
	}
	
a:link {color:#000099; font-weight:bold;text-decoration:underline;}
a:visited {color:#000099; font-weight:bold;text-decoration:underline;}
a:hover {color:#0000FF;text-decoration:underline;}

a.designer:link {color:#666666;font-weight:normal;text-decoration:underline;}
a.designer:visited {color:#666666;font-weight:normal;text-decoration:none;}
a.designer:hover {color:#999999;font-weight:normal;text-decoration:underline;}

p {
margin-left:5px; margin-right:15px; margin-top:0; margin-bottom:0;
}

.space {
line-height: 30px;
}

