/********/
/* $Body */
/********/

body {
	    background: url("images/style/background.png") no-repeat;
	    background-position: 20px 15px;
}

/********/
/* $Text */
/********/

.center {
	text-align: center;
}

#content p {
	border-right: 1px solid #E0DFE3;
	text-align: justify;
}

/********/
/* $Lists */
/********/

#content ul {
    list-style: inside;
}

/*********/
/* $Links */
/*********/


/**********/
/* $navBar */
/*********/

#navBar ul {
    list-style-type: none;
}

#navBar ul a {
    text-decoration: none;
    background: url("images/style/navback.png") no-repeat left bottom;
    border: 1px solid black;
    color: black;
}


#navBar a:hover {
    background-position: right bottom;
}

/**************/
/* $Containers */
/**************/

#wrapper {

}


#footer {

}
   

/**********/
/* $Images */
/**********/

img {
	border: none;
}

/*********/
/* $forms */
/*********/
/*   -------- forms contains style for all contact form contents -------  */

#contactForm {
    border: 1px solid black;
}

#contactForm div.fieldLine {
    border-bottom: 1px solid #1C9FF1;
}

.floatShim {
    border: none;
}
