﻿/*
CSS for CARP site
*/

body {
  font-family: Helvetica; "Courier New"; Arial; sans-serif;
  font-weight: normal;
  font-size: x-small;
}

li {
  list-style-type: none;
}

a {
  font-weight: normal;
  text-decoration: none;
  color: black;
}

a:link {
  color: black;
  underline: white
}

a:hover {
  text-decoration: none;
  color: red;
  background-color: white;
}

a:active {
  color: gray;
  background-color: white;
}

#frontpageimage {
  position: absolute;
  top: 0px;
  left: 30%;
}

#contacttext {
  position: absolute;
  top: 40px;
  left: 150px;
}

#paintingsgallery {
  position: absolute;
  top: 40px;
  left: 150px;
}

img {
  border: none;
}

#t-shirtsgallery {
  position: absolute;
  top: 40px;
  left: 150px;
}

#abouttext {
  position: absolute;
  top: 40px;
  left: 150px;
  right: 100px;
}

#copyrighttext {
  position: absolute;
  left: 21%;
}

#commissionsgallery {
  position: absolute;
  top: 40px;
  left: 150px;
}

#centrepaintings {
  position: absolute;
  top: 40px;
  left: 30%;
}
