﻿body
{
	background-color:#aaaaaa;
}

.body2
{
	background-color:#ffffff;
}

.bodyITripBook 
{
	background-color: #e4cca4;
}

#headContent 
{
	color:White;
	font-size:xx-large;
	font-family:Sans-Serif;
	padding: 2px;
	height:1px;
}

#titleContent {
	color:White;
    background-color:#333333;
	font-size:xx-large;
	font-family:Sans-Serif;
	text-align:left;
	vertical-align:top;
	
}

.homeContentTitle 
{
    text-align:center;
    background-color: #ffffff;
    color: #666666;
    font-size:medium;
   	font-family:Sans-Serif;
    text-decoration: none;
    font-weight: bold;
}

.homeContent 
{
    text-align:center;
    background-color: #ffffff;
    color: #666666;
    font-size:x-small;
   	font-family:Sans-Serif;
    text-decoration: none;
    font-weight: bold;

}

#menuContent 
{
    text-align: right;
	vertical-align:top;
    background-color:#333333;
    font-size:small;
   	font-family:Sans-Serif;
    text-decoration: none;
    font-weight: bold;
    color:White;
}

#topContent {
    background-color:#333333;
    color:White;
    padding: 10px;
    height: 55px;
    width:1000px;
}

#mainContent {
    text-align:left;
    background-color: #ffffff;
    color: #666666;
    font-size:medium;
   	font-family:Sans-Serif;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 1300px;
    width:1000px;
    azimuth:center;
}

#newsContent {
    text-align:left;
    background-color: #333333;
    color: #aaaaaa;
    font-size:smaller;
   	font-family:Sans-Serif;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height:290px;
    width:260px;
}

#newsItems {
    text-align:left;
    background-color: #333333;
    color: #aaaaaa;
    font-size:smaller;
   	font-family:Sans-Serif;
    text-decoration: none;
    font-weight: bold;
}

#highlightContent 
{
	text-align:left;
	vertical-align:middle;
    background-color: #aaaaaa;
    color: #666666;
    font-size:small;
   	font-family:Sans-Serif;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height:290px;
}

#footerContent 
{
	text-align:right;
	color:White;
	font-family:Sans-Serif;
	font-size:small;
	font-weight: bold;
	width:1000px;
	
}

#productTitle 
{
    text-align:left;
    vertical-align:top;
    background-color:#888888;
    color: #ffffff;
    font-size:x-large;
   	font-family:Sans-Serif;
    font-weight: bold;
    height:50;
}

#productSumary 
{
    text-align:left;
    background-color:White;
    color: #666666;
    font-size:small;
    font-weight: bold;
   	font-family:Calibri;
}

#productDescription 
{
    text-align:left;
    background-color:White;
    color: #666666;
    font-size:small;
   	font-family:Calibri;

}

#featuresItem 
{
	position:relative;
	left: 15px;
}

.iTripBookTitle 
{
	text-align:center;
    background-color:#e4cca4;
    color: #815225;
    font-size:small;
   	font-family:American-Type-Writer;
}


#buyTitle 
{
	text-align:center;
    background-color:White;
    color: #666666;
    font-size:small;
   	font-family:Calibri;
}

#buyWhy
{
	text-align:center;
    background-color:White;
    color: #666666;
    font-size:small;
   	font-family:Calibri;
}

#buyDontMiss
{
	text-align:center;
    background-color:White;
    color: #666666;
    font-size:small;
   	font-family:Calibri;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.linkWhite:link 
{
	color:White;
	text-decoration:none;
}
.linkWhite:visited {
	color:White;
	text-decoration:none;
}

.linkWhite:hover 
{
	color:#55cc55;
	text-decoration:none;
}

.linkWhite:active {
	color:White;
}


a:link {
	color:Red;
	text-decoration:none;
}

a:visited {
	color:Red;
	text-decoration:none;
}

a:hover 
{
	color:#bbbbbb;
	text-decoration:none;
}

a:active {
	color:Red;
}

