﻿/* CSS Document */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,td,tr {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../image/background/wallprint.jpg);
	
}

div{
    background-image: url(../image/background/bgWhite.png);
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: 50% 0;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.style1 {
	font-size: x-small;
	color:#000000;
}

.style2 {
	font-size: small;
	color:#000000;
}

.style5 {
	font-size: small;
	color:#990000;
}

.style6 {font-size: small}

.style7 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.style8 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.style9 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.style10 {font-size: small}

.style11 {font-size: medium}

.style12 {font-size: medium;
		color: #000000;
}

.style13 {font-size: medium; 
		font-weight:bold;
}

.navBar {
	background-image: url(../image/nav/navBG.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	}
	
.hosting {
	background-image: url(../image/background/hostingBg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	
}

.about {
	background-image: url(../image/background/aboutBg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	
}

.contact {
	background-image: url(../image/background/contactBg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	
}

.webmail {
	background-image: url(../image/background/webmailBg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	
}
